> Is there a build-in function to move files in php ? > or sholud i just open file A and copy it content to file B , then del file > A. > > Thanks for help.
First http://www.php.net/copy to destination Then http://www.php.net/unlink source. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php