<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Download a Remote File Using PHP</title>
	<atom:link href="http://damonparker.org/blog/2005/09/29/download-a-remote-file-using-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://damonparker.org/blog/2005/09/29/download-a-remote-file-using-php/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=download-a-remote-file-using-php</link>
	<description>mental spew</description>
	<lastBuildDate>Wed, 17 Feb 2010 05:42:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: damonp</title>
		<link>http://damonparker.org/blog/2005/09/29/download-a-remote-file-using-php/comment-page-1/#comment-26408</link>
		<dc:creator>damonp</dc:creator>
		<pubDate>Tue, 29 Sep 2009 13:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://damonparker.org/blog/?p=136#comment-26408</guid>
		<description>Yes cURL would be easier, but the caveat in the first sentence of the post is that this is a workaround when cURL is not available on the host or other security features prevent other methods of downloading a remote file.

Back in 2005 when this was written, cURL was not as standard as it is now.</description>
		<content:encoded><![CDATA[<p>Yes cURL would be easier, but the caveat in the first sentence of the post is that this is a workaround when cURL is not available on the host or other security features prevent other methods of downloading a remote file.</p>
<p>Back in 2005 when this was written, cURL was not as standard as it is now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SIFE</title>
		<link>http://damonparker.org/blog/2005/09/29/download-a-remote-file-using-php/comment-page-1/#comment-26407</link>
		<dc:creator>SIFE</dc:creator>
		<pubDate>Tue, 29 Sep 2009 12:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://damonparker.org/blog/?p=136#comment-26407</guid>
		<description>Salamo Alikom
@iallien
use curl ,it is more easy since the knowledge of HTTP protocol is optional .</description>
		<content:encoded><![CDATA[<p>Salamo Alikom<br />
@iallien<br />
use curl ,it is more easy since the knowledge of HTTP protocol is optional .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iallien</title>
		<link>http://damonparker.org/blog/2005/09/29/download-a-remote-file-using-php/comment-page-1/#comment-26293</link>
		<dc:creator>iallien</dc:creator>
		<pubDate>Sat, 22 Aug 2009 12:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://damonparker.org/blog/?p=136#comment-26293</guid>
		<description>how can i downlaod file using PHP??

wat is the code/script for it??

please help me..</description>
		<content:encoded><![CDATA[<p>how can i downlaod file using PHP??</p>
<p>wat is the code/script for it??</p>
<p>please help me..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Robinson</title>
		<link>http://damonparker.org/blog/2005/09/29/download-a-remote-file-using-php/comment-page-1/#comment-26265</link>
		<dc:creator>Mike Robinson</dc:creator>
		<pubDate>Wed, 15 Apr 2009 04:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://damonparker.org/blog/?p=136#comment-26265</guid>
		<description>Why not just do file_get_contents() ?</description>
		<content:encoded><![CDATA[<p>Why not just do file_get_contents() ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OnicSoft Designs &#187; Using php to download a remote file.</title>
		<link>http://damonparker.org/blog/2005/09/29/download-a-remote-file-using-php/comment-page-1/#comment-26240</link>
		<dc:creator>OnicSoft Designs &#187; Using php to download a remote file.</dc:creator>
		<pubDate>Sat, 31 Jan 2009 17:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://damonparker.org/blog/?p=136#comment-26240</guid>
		<description>[...] was googling for a better way of doing this I came up with this method and have to figure out how to add it tot he mix, basically they said it would be able to use it [...]</description>
		<content:encoded><![CDATA[<p>[...] was googling for a better way of doing this I came up with this method and have to figure out how to add it tot he mix, basically they said it would be able to use it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sooraj</title>
		<link>http://damonparker.org/blog/2005/09/29/download-a-remote-file-using-php/comment-page-1/#comment-25968</link>
		<dc:creator>sooraj</dc:creator>
		<pubDate>Tue, 29 Apr 2008 08:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://damonparker.org/blog/?p=136#comment-25968</guid>
		<description>How to read excel data with php ?</description>
		<content:encoded><![CDATA[<p>How to read excel data with php ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bala Krishna</title>
		<link>http://damonparker.org/blog/2005/09/29/download-a-remote-file-using-php/comment-page-1/#comment-25957</link>
		<dc:creator>Bala Krishna</dc:creator>
		<pubDate>Sat, 29 Mar 2008 18:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://damonparker.org/blog/?p=136#comment-25957</guid>
		<description>What about 2GB file download. I don&#039;t think $buffer variable is able to handle this much of binary data and then save later on disk.. do you have any idea about this.. please share..</description>
		<content:encoded><![CDATA[<p>What about 2GB file download. I don&#8217;t think $buffer variable is able to handle this much of binary data and then save later on disk.. do you have any idea about this.. please share..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to download a remote file in php and then save it &#124; HumanUmbrella.com</title>
		<link>http://damonparker.org/blog/2005/09/29/download-a-remote-file-using-php/comment-page-1/#comment-25863</link>
		<dc:creator>How to download a remote file in php and then save it &#124; HumanUmbrella.com</dc:creator>
		<pubDate>Sat, 08 Dec 2007 23:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://damonparker.org/blog/?p=136#comment-25863</guid>
		<description>[...] it from -&gt; this site [...]</description>
		<content:encoded><![CDATA[<p>[...] it from -&gt; this site [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
