<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>DigiMantra &#187; PHP</title>
	<atom:link href="http://www.digimantra.com/category/technology/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digimantra.com</link>
	<description>Technology tips for all</description>
	<lastBuildDate>Fri, 30 Dec 2011 21:13:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://www.digimantra.com/?pushpress=hub'/>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Set the User Agent With PHP cURL</title>
		<link>http://www.digimantra.com/technology/php/set-user-agent-php-curl/</link>
		<comments>http://www.digimantra.com/technology/php/set-user-agent-php-curl/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 03:41:55 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[user agent]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=4706</guid>
		<description><![CDATA[Learn how to spoof your cURL request to imitate as a normal browser request.<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/technology/php/get-data-from-a-url-using-curl-php/" rel="bookmark">Get data from a URL using cURL PHP</a><!-- (19.5)--></li>
		<li><a href="http://www.digimantra.com/technology/php/send-binary-data-curl-php/" rel="bookmark">Send binary data using curl php</a><!-- (18.2)--></li>
		<li><a href="http://www.digimantra.com/firefox/switch-user-agent-iphone-mozilla-firefox/" rel="bookmark">Switch your user agent to iphone in Mozilla firefox</a><!-- (17.7)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/technology/php/set-user-agent-php-curl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Batch resize using ImageMagick</title>
		<link>http://www.digimantra.com/technology/php/batch-resize-imagemagick/</link>
		<comments>http://www.digimantra.com/technology/php/batch-resize-imagemagick/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 02:44:37 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[resize]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=4694</guid>
		<description><![CDATA[Know how to batch resize images in a folder using ImageMagick. You can also store new images in a different folder, so that the original ones do not get overwritten.<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/technology/php/png-transparency-with-imagemagick/" rel="bookmark">PNG Transparency with ImageMagick</a><!-- (18.9)--></li>
		<li><a href="http://www.digimantra.com/microsoft/resize-images-windows-explorer-click/" rel="bookmark">Resize images in windows explorer with a right click</a><!-- (14)--></li>
		<li><a href="http://www.digimantra.com/linux/convert-images-into-multiple-extension/" rel="bookmark">Convert images into multiple extension</a><!-- (10.8)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/technology/php/batch-resize-imagemagick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PNG Transparency with ImageMagick</title>
		<link>http://www.digimantra.com/technology/php/png-transparency-with-imagemagick/</link>
		<comments>http://www.digimantra.com/technology/php/png-transparency-with-imagemagick/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 13:25:54 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=4684</guid>
		<description><![CDATA[Know how to make the transparency work in ImageMagick using command line.<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/technology/php/batch-resize-imagemagick/" rel="bookmark">Batch resize using ImageMagick</a><!-- (21.4)--></li>
		<li><a href="http://www.digimantra.com/technology/css3/opacity-css3-rgba/" rel="bookmark">Opacity in CSS3 using rgba</a><!-- (8.7)--></li>
		<li><a href="http://www.digimantra.com/technology/check-php-running-safe-mode/" rel="bookmark">Check if PHP is running in safe mode or no</a><!-- (8.1)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/technology/php/png-transparency-with-imagemagick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to pass data into Facebook iFrame application</title>
		<link>http://www.digimantra.com/technology/php/pass-data-facebook-iframe-application/</link>
		<comments>http://www.digimantra.com/technology/php/pass-data-facebook-iframe-application/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 02:12:15 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[facebook api]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[iframe]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=4644</guid>
		<description><![CDATA[Know how to pass data into iFrame of the facebook application. It is important when you are visiting subsequent pages within the app.<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/technology/php/get-data-from-a-url-using-curl-php/" rel="bookmark">Get data from a URL using cURL PHP</a><!-- (17.9)--></li>
		<li><a href="http://www.digimantra.com/howto/export-facebook-data-locally-html/" rel="bookmark">Export your Facebook data locally as HTML</a><!-- (17)--></li>
		<li><a href="http://www.digimantra.com/technology/php/send-binary-data-curl-php/" rel="bookmark">Send binary data using curl php</a><!-- (14)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/technology/php/pass-data-facebook-iframe-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql.sock path in Mac OS X</title>
		<link>http://www.digimantra.com/technology/mysql/mysql-sock-path-mac-os-x/</link>
		<comments>http://www.digimantra.com/technology/mysql/mysql-sock-path-mac-os-x/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 20:20:43 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[socket]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=4411</guid>
		<description><![CDATA[The default path on which the MySQL starts is service is different from the one defined in PHP. There are two ways to correct it, read more..<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/howto/enable-apache-php-in-mac-os-x/" rel="bookmark">Enable Apache,PHP in Mac OS X</a><!-- (21.7)--></li>
		<li><a href="http://www.digimantra.com/technology/mysql/reset-lost-mysql-password/" rel="bookmark">How to reset lost MySQL password</a><!-- (16.9)--></li>
		<li><a href="http://www.digimantra.com/technology/mysql/enable-query-cache-mysql-improve-performance/" rel="bookmark">Enable query cache in MySQL to improve performance</a><!-- (16.6)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/technology/mysql/mysql-sock-path-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add PHP GD support to apache in Ubuntu Linux</title>
		<link>http://www.digimantra.com/linux/add-php-gd-support-apache-ubuntu-linux/</link>
		<comments>http://www.digimantra.com/linux/add-php-gd-support-apache-ubuntu-linux/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 21:47:07 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[gd]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=4083</guid>
		<description><![CDATA[PHP GD library is used to created images on the fly. This library is not installed or activated by default when you first install Apache on Linux. But GD library is used widely while developing websites. <h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/open-source/ubuntu/install-mysql-server-5-ubuntu-adding-support-php/" rel="bookmark">Install MySQL Server 5 on Ubuntu and adding support to PHP</a><!-- (21.1)--></li>
		<li><a href="http://www.digimantra.com/technology/apache/restart-apache-server-shell/" rel="bookmark">How to restart Apache server from shell</a><!-- (19)--></li>
		<li><a href="http://www.digimantra.com/open-source/installing-apache2-php5-ubuntu/" rel="bookmark">Installing Apache2 and PHP5 on Ubuntu</a><!-- (18.4)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/linux/add-php-gd-support-apache-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating dynamic menu with re-order option in wordpress</title>
		<link>http://www.digimantra.com/tutorials/wordpress/creating-dynamic-menu-with-re-order-option-in-wordpress/</link>
		<comments>http://www.digimantra.com/tutorials/wordpress/creating-dynamic-menu-with-re-order-option-in-wordpress/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 20:12:30 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=3977</guid>
		<description><![CDATA[WordPress is a powerful CMS for a website and it provides features which makes it easy to use CMS. Navigation or Menu is one of the key point of the website. People tend to change Menu names, links, reorder them ever now &#38; then. In a normal website it is a tedious job to change [...]<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/tutorials/create-horizontal-menu-in-wordpress/" rel="bookmark">Create Horizontal Menu in WordPress</a><!-- (18.8)--></li>
		<li><a href="http://www.digimantra.com/tutorials/wordpress/wordpress-wpnavmenu-separator-classes/" rel="bookmark">WordPress wp_nav_menu separator and First Last Classes</a><!-- (16.4)--></li>
		<li><a href="http://www.digimantra.com/tutorials/wordpress/display-wordpress-post-content-wordpress/" rel="bookmark">Display WordPress post content outside the WordPress</a><!-- (13.7)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/tutorials/wordpress/creating-dynamic-menu-with-re-order-option-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update your Facebook status using PHP and Graph API</title>
		<link>http://www.digimantra.com/tutorials/update-facebook-status-php-graph-api/</link>
		<comments>http://www.digimantra.com/tutorials/update-facebook-status-php-graph-api/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 09:40:55 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[API]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=3732</guid>
		<description><![CDATA[Update your Facebook status using PHP and Graph API<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/howto/show-facebook-username-page-without-api/" rel="bookmark">Show Facebook username on your page without using API</a><!-- (15.2)--></li>
		<li><a href="http://www.digimantra.com/technology/php/pass-data-facebook-iframe-application/" rel="bookmark">How to pass data into Facebook iFrame application</a><!-- (14.1)--></li>
		<li><a href="http://www.digimantra.com/facebook/fruits-status-messages-facebook/" rel="bookmark">Fruits name as status messages on Facebook</a><!-- (11.4)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/tutorials/update-facebook-status-php-graph-api/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Check if PHP is running in safe mode or no</title>
		<link>http://www.digimantra.com/technology/check-php-running-safe-mode/</link>
		<comments>http://www.digimantra.com/technology/check-php-running-safe-mode/#comments</comments>
		<pubDate>Sat, 05 Feb 2011 19:19:07 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=3345</guid>
		<description><![CDATA[Learn how to check if the PHP is running in Safe mode or no.<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/technology/php/check-installed-php-extensions-command-line/" rel="bookmark">Check installed PHP extensions via command line</a><!-- (18.7)--></li>
		<li><a href="http://www.digimantra.com/technology/javascript/check-username-availability-validation-ajaxphp/" rel="bookmark">Check username availability and validation using ajax,php</a><!-- (15.8)--></li>
		<li><a href="http://www.digimantra.com/howto/boot-android-phone-in-recovery-mode/" rel="bookmark">Boot Android phone in recovery mode</a><!-- (14)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/technology/check-php-running-safe-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check installed PHP extensions via command line</title>
		<link>http://www.digimantra.com/technology/php/check-installed-php-extensions-command-line/</link>
		<comments>http://www.digimantra.com/technology/php/check-installed-php-extensions-command-line/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 09:21:16 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=2984</guid>
		<description><![CDATA[How to Check installed PHP extensions via command line<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/technology/check-php-running-safe-mode/" rel="bookmark">Check if PHP is running in safe mode or no</a><!-- (19.9)--></li>
		<li><a href="http://www.digimantra.com/linux/add-php-gd-support-apache-ubuntu-linux/" rel="bookmark">Add PHP GD support to apache in Ubuntu Linux</a><!-- (19.4)--></li>
		<li><a href="http://www.digimantra.com/microsoft/lock-windows-xp-using-command-line/" rel="bookmark">Lock Windows XP using command line</a><!-- (17.6)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/technology/php/check-installed-php-extensions-command-line/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Apache2 and PHP5 on Ubuntu</title>
		<link>http://www.digimantra.com/open-source/installing-apache2-php5-ubuntu/</link>
		<comments>http://www.digimantra.com/open-source/installing-apache2-php5-ubuntu/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 18:16:25 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=2971</guid>
		<description><![CDATA[Learn how to install Apache2 and PHP5 on Ubuntu<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/linux/add-php-gd-support-apache-ubuntu-linux/" rel="bookmark">Add PHP GD support to apache in Ubuntu Linux</a><!-- (24.3)--></li>
		<li><a href="http://www.digimantra.com/open-source/ubuntu/install-mysql-server-5-ubuntu-adding-support-php/" rel="bookmark">Install MySQL Server 5 on Ubuntu and adding support to PHP</a><!-- (19.4)--></li>
		<li><a href="http://www.digimantra.com/linux/restore-grub-in-ubuntu-after-installing-windows/" rel="bookmark">Restore GRUB in Ubuntu after installing Windows</a><!-- (18.1)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/open-source/installing-apache2-php5-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting started with PHP framework codeigniter</title>
		<link>http://www.digimantra.com/tutorials/getting-started-with-php-framework-codeigniter/</link>
		<comments>http://www.digimantra.com/tutorials/getting-started-with-php-framework-codeigniter/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 18:46:54 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[frameworks]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=2960</guid>
		<description><![CDATA[How to get started with CodeIgniter PHP framework.<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/technology/google-paldb-mvc-framework/" rel="bookmark">New php framework PalDB, supports MVC and Database ORM</a><!-- (15.9)--></li>
		<li><a href="http://www.digimantra.com/technology/its-a-framework-world/" rel="bookmark">Its a framework world!!</a><!-- (11.3)--></li>
		<li><a href="http://www.digimantra.com/technology/create-image-in-php-using-gd-with-different-font-size/" rel="bookmark">Create image in PHP using GD with different font , size</a><!-- (10.5)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/tutorials/getting-started-with-php-framework-codeigniter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to avoid fatal error Cannot redeclare function in PHP</title>
		<link>http://www.digimantra.com/technology/php/avoid-fatal-error-redeclare-function-php/</link>
		<comments>http://www.digimantra.com/technology/php/avoid-fatal-error-redeclare-function-php/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 17:49:53 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=2486</guid>
		<description><![CDATA[How to avoid fatal error Cannot redeclare function in PHP<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/tutorials/what-is-self-executing-function-in-javascript/" rel="bookmark">What is self executing function in Javascript</a><!-- (12.7)--></li>
		<li><a href="http://www.digimantra.com/tutorials/how-to-send-tweet-message-on-twitter-using-php/" rel="bookmark">How to send tweet message on twitter using php</a><!-- (11.4)--></li>
		<li><a href="http://www.digimantra.com/tutorials/change-onclick-function-anchor-tag-javascript/" rel="bookmark">Change onclick function for anchor tag using JavaScript</a><!-- (11.2)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/technology/php/avoid-fatal-error-redeclare-function-php/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Show Google talk status on your website</title>
		<link>http://www.digimantra.com/google/show-google-talk-status-website/</link>
		<comments>http://www.digimantra.com/google/show-google-talk-status-website/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 17:55:06 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=2422</guid>
		<description><![CDATA[Show your gtalk status online using the curl in PHP<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/google/install-themes-for-gtalk/" rel="bookmark">How to install themes for Google talk (gtalk)</a><!-- (16.5)--></li>
		<li><a href="http://www.digimantra.com/tutorials/create-dynamic-twitter-badge-displaying-latest-status-without-api/" rel="bookmark">Create dynamic twitter badge displaying latest status without using API</a><!-- (14.4)--></li>
		<li><a href="http://www.digimantra.com/google/translation-bots-in-google-talk/" rel="bookmark">Translation bots in google talk</a><!-- (13)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/google/show-google-talk-status-website/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Send multiple direct messages on twitter</title>
		<link>http://www.digimantra.com/industry-news/send-multiple-direct-messages-twitter/</link>
		<comments>http://www.digimantra.com/industry-news/send-multiple-direct-messages-twitter/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 08:56:49 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[Industry News]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=2403</guid>
		<description><![CDATA[Send multiple direct messages to your twitter friends in one go.<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/tutorials/how-to-send-tweet-message-on-twitter-using-php/" rel="bookmark">How to send tweet message on twitter using php</a><!-- (24.8)--></li>
		<li><a href="http://www.digimantra.com/google/send-private-direct-message-google/" rel="bookmark">How to send private or direct message on Google Plus</a><!-- (17.6)--></li>
		<li><a href="http://www.digimantra.com/technology/php/send-binary-data-curl-php/" rel="bookmark">Send binary data using curl php</a><!-- (16.7)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/industry-news/send-multiple-direct-messages-twitter/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<series:name><![CDATA[API Tutorials]]></series:name>
	</item>
	</channel>
</rss>

