<?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: PHP: Copy, Rename or Move a File</title>
	<atom:link href="http://www.kavoir.com/2009/04/php-copying-renaming-and-moving-a-file.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kavoir.com/2009/04/php-copying-renaming-and-moving-a-file.html</link>
	<description>Just another dumbass webmaster, goofing around...</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:57:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Niyas</title>
		<link>http://www.kavoir.com/2009/04/php-copying-renaming-and-moving-a-file.html/comment-page-1#comment-16607</link>
		<dc:creator>Niyas</dc:creator>
		<pubDate>Wed, 08 Feb 2012 05:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/04/php-copying-renaming-and-moving-a-file.html#comment-16607</guid>
		<description>Thanx x pal. . . 

Hope it will work. :)</description>
		<content:encoded><![CDATA[<p>Thanx x pal. . . </p>
<p>Hope it will work. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mehdi</title>
		<link>http://www.kavoir.com/2009/04/php-copying-renaming-and-moving-a-file.html/comment-page-1#comment-15172</link>
		<dc:creator>mehdi</dc:creator>
		<pubDate>Sun, 08 May 2011 19:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/04/php-copying-renaming-and-moving-a-file.html#comment-15172</guid>
		<description>its not working!!
its saying failed to open stream
help plzzz!</description>
		<content:encoded><![CDATA[<p>its not working!!<br />
its saying failed to open stream<br />
help plzzz!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: popo</title>
		<link>http://www.kavoir.com/2009/04/php-copying-renaming-and-moving-a-file.html/comment-page-1#comment-14296</link>
		<dc:creator>popo</dc:creator>
		<pubDate>Fri, 04 Mar 2011 23:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/04/php-copying-renaming-and-moving-a-file.html#comment-14296</guid>
		<description>You can easy move files with rename: rename(&quot;/tmp/code.c&quot;,&quot;/usr/local/src/code.c&quot;)</description>
		<content:encoded><![CDATA[<p>You can easy move files with rename: rename(&#8220;/tmp/code.c&#8221;,&#8221;/usr/local/src/code.c&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Badminton Training</title>
		<link>http://www.kavoir.com/2009/04/php-copying-renaming-and-moving-a-file.html/comment-page-1#comment-14152</link>
		<dc:creator>Badminton Training</dc:creator>
		<pubDate>Fri, 21 Jan 2011 18:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/04/php-copying-renaming-and-moving-a-file.html#comment-14152</guid>
		<description>Thank you! Copied your sample code and got it working immediately.</description>
		<content:encoded><![CDATA[<p>Thank you! Copied your sample code and got it working immediately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: website design gold coast</title>
		<link>http://www.kavoir.com/2009/04/php-copying-renaming-and-moving-a-file.html/comment-page-1#comment-11292</link>
		<dc:creator>website design gold coast</dc:creator>
		<pubDate>Sun, 21 Nov 2010 09:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/04/php-copying-renaming-and-moving-a-file.html#comment-11292</guid>
		<description>Thanks for valuable information</description>
		<content:encoded><![CDATA[<p>Thanks for valuable information</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Ryan</title>
		<link>http://www.kavoir.com/2009/04/php-copying-renaming-and-moving-a-file.html/comment-page-1#comment-11261</link>
		<dc:creator>John Ryan</dc:creator>
		<pubDate>Sun, 14 Nov 2010 11:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/04/php-copying-renaming-and-moving-a-file.html#comment-11261</guid>
		<description>This is the simplist tutorial on file management iv&#039;e seen so far.. Thanks for the help</description>
		<content:encoded><![CDATA[<p>This is the simplist tutorial on file management iv&#8217;e seen so far.. Thanks for the help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Safely and Quickly Transfer Files between Your Hosts / Hosting Accounts / Servers with scp command</title>
		<link>http://www.kavoir.com/2009/04/php-copying-renaming-and-moving-a-file.html/comment-page-1#comment-6122</link>
		<dc:creator>Safely and Quickly Transfer Files between Your Hosts / Hosting Accounts / Servers with scp command</dc:creator>
		<pubDate>Fri, 18 Sep 2009 08:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/04/php-copying-renaming-and-moving-a-file.html#comment-6122</guid>
		<description>[...] a matter of fact, scp works the exactly same way as an ordinary cp command except it’s able to copy files back and forth remote hosts. The “s” of “scp” stands for [...]</description>
		<content:encoded><![CDATA[<p>[...] a matter of fact, scp works the exactly same way as an ordinary cp command except it’s able to copy files back and forth remote hosts. The “s” of “scp” stands for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christian</title>
		<link>http://www.kavoir.com/2009/04/php-copying-renaming-and-moving-a-file.html/comment-page-1#comment-4293</link>
		<dc:creator>christian</dc:creator>
		<pubDate>Mon, 06 Jul 2009 10:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/04/php-copying-renaming-and-moving-a-file.html#comment-4293</guid>
		<description>Hi, maybe you could help me with a problem i&#039;m having, i need ti rename a file, with a specific name, how can i create a function that let do the following, if the file exist, rename the file with a new name like, document.php, document_2.php, document_3.php, document_4.php. i need to create a function to do that, when it renames a file rename it with the next number. 

thank you</description>
		<content:encoded><![CDATA[<p>Hi, maybe you could help me with a problem i&#8217;m having, i need ti rename a file, with a specific name, how can i create a function that let do the following, if the file exist, rename the file with a new name like, document.php, document_2.php, document_3.php, document_4.php. i need to create a function to do that, when it renames a file rename it with the next number. </p>
<p>thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>

