Re: [PHP] how to move files from one place to another ?

2005-02-28 Thread Rory Browne
I think you should read his post before telling him to RTFM. AFAICT He wants to move the files, not copy them. I think the command he is looking for is infact http://www.php.net/rename , which isn't immediately obvious, when you are infact moving and not just renaming. It's only something you'd

[PHP] how to move files from one place to another ?

2005-02-27 Thread Vaibhav Sibal
Hello, Can some please guide me as to how should I move files from one directory to another on the server itself using PHP ? I use PHP 5.0.3 and Apache2 and Mysql. Thanks Vaibhav -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] how to move files from one place to another ?

2005-02-27 Thread Burhan Khalid
Vaibhav Sibal wrote: Hello, Can some please guide me as to how should I move files from one directory to another on the server itself using PHP ? I use PHP 5.0.3 and Apache2 and Mysql. Please, RTFM http://www.php.net/manual/en/function.copy.php Please, don't cross post. -- PHP General Mailing