View Full Version : Get PHP to rename a file
What is the command to rename a file with PHP
techietim
10-23-2008, 08:32 PM
rename() (http://php.net/rename)
as in :
oldfilename.jpg rename(newfilename.jpg)
I'm really new at this
techietim
10-24-2008, 07:34 PM
Not quite:
rename('oldfile.jpg', 'newfile.jpg');
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.