<?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: Rename or move a file on the server</title>
	<atom:link href="http://www.tech-recipes.com/rx/1492/php-rename-or-move-a-file-on-the-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/1492/php-rename-or-move-a-file-on-the-server/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:01:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Muhire Kavuna</title>
		<link>http://www.tech-recipes.com/rx/1492/php-rename-or-move-a-file-on-the-server/comment-page-1/#comment-49798</link>
		<dc:creator>Muhire Kavuna</dc:creator>
		<pubDate>Tue, 20 Sep 2011 07:43:44 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-49798</guid>
		<description>Thanks a lot. It was very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks a lot. It was very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: javier</title>
		<link>http://www.tech-recipes.com/rx/1492/php-rename-or-move-a-file-on-the-server/comment-page-1/#comment-44178</link>
		<dc:creator>javier</dc:creator>
		<pubDate>Tue, 23 Nov 2010 20:06:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-44178</guid>
		<description>Hi all!
I&#039;m new in PHP, so I hope my question does not hears fool.
I need to change the name of a file in a webserver (Linux).
I wrote a file like this, upload it to the server, put it on the same folder as the rest, but nothing happens.
The permissions for the folder and files have all of them, execute rigths...
It seems that it needs something to make execute the order in this file...
I&#039;m missing some aditional step? 
Thanks for any help...
Javier
</description>
		<content:encoded><![CDATA[<p>Hi all!<br />
I&#8217;m new in PHP, so I hope my question does not hears fool.<br />
I need to change the name of a file in a webserver (Linux).<br />
I wrote a file like this, upload it to the server, put it on the same folder as the rest, but nothing happens.<br />
The permissions for the folder and files have all of them, execute rigths&#8230;<br />
It seems that it needs something to make execute the order in this file&#8230;<br />
I&#8217;m missing some aditional step?<br />
Thanks for any help&#8230;<br />
Javier</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Calories in food</title>
		<link>http://www.tech-recipes.com/rx/1492/php-rename-or-move-a-file-on-the-server/comment-page-1/#comment-43794</link>
		<dc:creator>Calories in food</dc:creator>
		<pubDate>Mon, 08 Nov 2010 09:05:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-43794</guid>
		<description>Just like with the unlink function which deletes files, the rename function most likely fails because of file permissions.</description>
		<content:encoded><![CDATA[<p>Just like with the unlink function which deletes files, the rename function most likely fails because of file permissions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jjuntado</title>
		<link>http://www.tech-recipes.com/rx/1492/php-rename-or-move-a-file-on-the-server/comment-page-1/#comment-39808</link>
		<dc:creator>Jjuntado</dc:creator>
		<pubDate>Mon, 14 Jun 2010 02:31:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-39808</guid>
		<description>great. it really helps. thanks</description>
		<content:encoded><![CDATA[<p>great. it really helps. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/1492/php-rename-or-move-a-file-on-the-server/comment-page-1/#comment-39019</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 10 May 2010 07:00:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-39019</guid>
		<description>Superb.....Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Superb&#8230;..Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Monge</title>
		<link>http://www.tech-recipes.com/rx/1492/php-rename-or-move-a-file-on-the-server/comment-page-1/#comment-38155</link>
		<dc:creator>Eddie Monge</dc:creator>
		<pubDate>Tue, 16 Mar 2010 21:09:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-38155</guid>
		<description>rename($oldname, $newname);</description>
		<content:encoded><![CDATA[<p>rename($oldname, $newname);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/1492/php-rename-or-move-a-file-on-the-server/comment-page-1/#comment-37572</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 17 Feb 2010 01:36:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-37572</guid>
		<description>but.. how to use $newname (post funtion)</description>
		<content:encoded><![CDATA[<p>but.. how to use $newname (post funtion)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travel</title>
		<link>http://www.tech-recipes.com/rx/1492/php-rename-or-move-a-file-on-the-server/comment-page-1/#comment-37299</link>
		<dc:creator>Travel</dc:creator>
		<pubDate>Fri, 05 Feb 2010 15:51:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-37299</guid>
		<description>thanx</description>
		<content:encoded><![CDATA[<p>thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias Hinz</title>
		<link>http://www.tech-recipes.com/rx/1492/php-rename-or-move-a-file-on-the-server/comment-page-1/#comment-36729</link>
		<dc:creator>Tobias Hinz</dc:creator>
		<pubDate>Mon, 11 Jan 2010 11:47:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-36729</guid>
		<description>this is nice</description>
		<content:encoded><![CDATA[<p>this is nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: romanian devil</title>
		<link>http://www.tech-recipes.com/rx/1492/php-rename-or-move-a-file-on-the-server/comment-page-1/#comment-29013</link>
		<dc:creator>romanian devil</dc:creator>
		<pubDate>Sun, 29 Mar 2009 10:34:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-29013</guid>
		<description>very useful. it works </description>
		<content:encoded><![CDATA[<p>very useful. it works</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 2/17 queries in 1.267 seconds using memcached
Object Caching 416/419 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 05:20:14 -->
