Hi,
I was wondering if someone could help me, im trying to make a php script which copies files from one folder and makes a new folder on the same server and places the copied files into this new folder.
I have tried the copy($source, $destination) method but that doesnt seem to work, any ideas?
Thanks.
Comments
Make sure your paths are correct and you have write permissions in the destination directory (and if you are overwriting a file, you need write permissions on it as well).
Webmaster-Talk.com
Chroder.com