<?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"
	>
<channel>
	<title>Comments on: file_put_contents() for PHP4</title>
	<atom:link href="http://www.phpied.com/file_get_contents-for-php4/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpied.com/file_get_contents-for-php4/</link>
	<description>Stoyan's blog about &#60;a href="/category/xhtml" class="tag-minor"&#62;(x)html&#60;/a&#62;, &#60;a href="/category/ajax" class="tag-major"&#62;ajax&#60;/a&#62;, &#60;a href="/category/bookmarklets" class="tag-major"&#62;bookmarklets&#60;/a&#62;, &#60;a href="/category/browsers" class="tag-minor"&#62;browsers&#60;/a&#62;, &#60;a href="/category/css" class="tag-normal"&#62;css&#60;/a&#62;, &#60;a href="/category/firebug" class="tag-minor"&#62;firebug&#60;/a&#62;, &#60;a href="/category/javascript" class="tag-numero-uno"&#62;javascript&#60;/a&#62;, &#60;a href="/category/json" class="tag-normal"&#62;json&#60;/a&#62;, &#60;a href="/category/mdb2" class="tag-minor"&#62;mdb2&#60;/a&#62;, &#60;a href="/category/mysql" class="tag-normal"&#62;mysql&#60;/a&#62;, &#60;a href="/category/pear" class="tag-numero-uno"&#62;pear&#60;/a&#62;, &#60;a href="/category/performance" class="tag-major"&#62;performance&#60;/a&#62;, &#60;a href="/category/php" class="tag-numero-uno"&#62;php&#60;/a&#62;, &#60;a href="/category/phpbb" class="tag-major"&#62;phpbb&#60;/a&#62;, &#60;a href="/category/tools" class="tag-normal"&#62;tools&#60;/a&#62;, &#60;a href="/category/yslow" class="tag-minor"&#62;yslow&#60;/a&#62;, &#60;a href="/category/yui" class="tag-normal"&#62;yui&#60;/a&#62;, &#60;a href="/category/writing" class="tag-minor"&#62;writing&#60;/a&#62;, &#60;a href="/category/music" class="tag-major"&#62;music&#60;/a&#62;,... &#60;a href="/category/life-and-everything" class="tag-normal"&#62;life and everything&#60;/a&#62;.</description>
	<pubDate>Thu, 09 Sep 2010 17:14:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Unreal][</title>
		<link>http://www.phpied.com/file_get_contents-for-php4/#comment-69888</link>
		<dc:creator>Unreal][</dc:creator>
		<pubDate>Thu, 25 Sep 2008 18:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/file_get_contents-for-php4/#comment-69888</guid>
		<description>Very usefull, thank you very much!</description>
		<content:encoded><![CDATA[<p>Very usefull, thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://www.phpied.com/file_get_contents-for-php4/#comment-69126</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Tue, 20 May 2008 13:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/file_get_contents-for-php4/#comment-69126</guid>
		<description>("Beginner") Can you explain this a bit?

If I have &lt;i&gt;file_put_contents("$archiveDir/$archiveFilename", $output);&lt;/i&gt; how do I make it work using this?</description>
		<content:encoded><![CDATA[<p>(&#8221;Beginner&#8221;) Can you explain this a bit?</p>
<p>If I have <i>file_put_contents(&#8221;$archiveDir/$archiveFilename&#8221;, $output);</i> how do I make it work using this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Surjit</title>
		<link>http://www.phpied.com/file_get_contents-for-php4/#comment-63702</link>
		<dc:creator>Surjit</dc:creator>
		<pubDate>Tue, 12 Feb 2008 22:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/file_get_contents-for-php4/#comment-63702</guid>
		<description>thanks very much, it was very usefull for me</description>
		<content:encoded><![CDATA[<p>thanks very much, it was very usefull for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: olivetalks &#187; Blog Archive &#187; Register_Globals Off and PHP4</title>
		<link>http://www.phpied.com/file_get_contents-for-php4/#comment-63527</link>
		<dc:creator>olivetalks &#187; Blog Archive &#187; Register_Globals Off and PHP4</dc:creator>
		<pubDate>Thu, 17 Jan 2008 15:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/file_get_contents-for-php4/#comment-63527</guid>
		<description>[...] a bit more research and I found out that the function which appears in the script from B&#38;T&#8217;s Tips &#38; Scripts: file_put_contents() works with PHP5 but not with PHP4 which is what I have. Some googling for &#8220;file_put_contents() for PHP4&#8243; brings up quite a few implementations of the PHP5 file_put_contents() function for PHP4. The one I settled for can be found in Stoyan Stefanov&#8217;s blog phppied.com (thanks Stoyan!) [...]</description>
		<content:encoded><![CDATA[<p>[...] a bit more research and I found out that the function which appears in the script from B&amp;T&#8217;s Tips &amp; Scripts: file_put_contents() works with PHP5 but not with PHP4 which is what I have. Some googling for &#8220;file_put_contents() for PHP4&#8243; brings up quite a few implementations of the PHP5 file_put_contents() function for PHP4. The one I settled for can be found in Stoyan Stefanov&#8217;s blog phppied.com (thanks Stoyan!) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.phpied.com/file_get_contents-for-php4/#comment-63288</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Sat, 01 Dec 2007 16:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/file_get_contents-for-php4/#comment-63288</guid>
		<description>Thanks very much - a useful function!</description>
		<content:encoded><![CDATA[<p>Thanks very much - a useful function!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoyan</title>
		<link>http://www.phpied.com/file_get_contents-for-php4/#comment-62239</link>
		<dc:creator>Stoyan</dc:creator>
		<pubDate>Tue, 11 Sep 2007 17:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/file_get_contents-for-php4/#comment-62239</guid>
		<description>oops, thanks Adam!</description>
		<content:encoded><![CDATA[<p>oops, thanks Adam!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Dempsey</title>
		<link>http://www.phpied.com/file_get_contents-for-php4/#comment-62237</link>
		<dc:creator>Adam Dempsey</dc:creator>
		<pubDate>Tue, 11 Sep 2007 12:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/file_get_contents-for-php4/#comment-62237</guid>
		<description>Shouldn't the title be file_put_contents?</description>
		<content:encoded><![CDATA[<p>Shouldn&#8217;t the title be file_put_contents?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
