What is the command to rename a file with PHP
What is the command to rename a file with PHP
evan (10-24-2008)
as in :
oldfilename.jpg rename(newfilename.jpg)
I'm really new at this
Not quite:
PHP Code:rename('oldfile.jpg', 'newfile.jpg');
evan (10-27-2008)
Bookmarks