<?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/"
	>

<channel>
	<title>Tech aspirant &#187; library</title>
	<atom:link href="http://www.techaspirant.com/tag/library/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techaspirant.com</link>
	<description>The ultimate technology Blog &#124;&#124; My thoughts and finding in brief...arunrajr kadampanad</description>
	<lastBuildDate>Sat, 09 Apr 2011 10:25:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to call url from php using C-url :: alternative to file_get_contents()</title>
		<link>http://www.techaspirant.com/how-to-call-url-from-php-using-c-url-alternative-to-file_get_contents/</link>
		<comments>http://www.techaspirant.com/how-to-call-url-from-php-using-c-url-alternative-to-file_get_contents/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 06:33:50 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[contents]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[dl()]]></category>
		<category><![CDATA[dll]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[php_curl.dll]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=47</guid>
		<description><![CDATA[This is a nice and simple substitute to get_file_contents() using curl, it returns FALSE if $contents is empty. &#60;?php function curl_get_file_contents($URL) { $c = curl_init(); curl_setopt($c, CURLOPT_RETURNTRANSFER, 1); curl_setopt($c, CURLOPT_URL, $URL); $contents = curl_exec($c); curl_close($c); if ($contents) return $contents; else return FALSE; } ?&#62; Then another question How to enable cURL in your server ? [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/how-to-call-url-from-php-using-c-url-alternative-to-file_get_contents/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to install /configure GD library for PHP 5 on appache / windows xp ?</title>
		<link>http://www.techaspirant.com/how-to-install-configure-gd-library-for-php-5-on-appache-windows-xp/</link>
		<comments>http://www.techaspirant.com/how-to-install-configure-gd-library-for-php-5-on-appache-windows-xp/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 12:03:03 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[Misk]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[php.gd]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/archives/14</guid>
		<description><![CDATA[The default windows distribution of PHP comes with GD. So enabling the GD extension should be as simple as opening your php.ini file and uncommenting the necessary line. So this line: Code: ;extension=php_gd2.dll Should look like this (Remove the preceeding semi-colon): Code: extension=php_gd2.dll Generally, your php.ini file will be in the folder in which you [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/how-to-install-configure-gd-library-for-php-5-on-appache-windows-xp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

