<?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 - The ultimate technology Blog &#187; file</title>
	<atom:link href="http://www.techaspirant.com/tag/file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techaspirant.com</link>
	<description>My thoughts and finding in brief...arunrajr</description>
	<lastBuildDate>Wed, 18 Aug 2010 07:52:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Gmail now support multiple file uploading..</title>
		<link>http://www.techaspirant.com/gmail-now-support-multiple-file-uploading/</link>
		<comments>http://www.techaspirant.com/gmail-now-support-multiple-file-uploading/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 18:56:33 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[Misk]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=181</guid>
		<description><![CDATA[Gmail now support multiple file uploading feature. It seems to be good and better user interface to display the upload status .Nice one ..it need to be flash player installed on your system]]></description>
		<wfw:commentRss>http://www.techaspirant.com/gmail-now-support-multiple-file-uploading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>
