I am wondering what would be the best way to move a file to a different folder on my server using php. i already have a form set up that has returns the folder to move it to, and the mysql finds what folder it is from.
Thanks! Tim
[man]rename[/man]
Thanks. i will try that. one question though...does it remove the file from the old folder?
atokatim wrote:Thanks. i will try that. one question though...does it remove the file from the old folder?
yes, that's what you said you wanted to do: move the file. if you just want to make a copy then use [man]copy[/man]
ok....cool! Thanks soo much!