Jump to content

PHP code to copy a file from one directory to another?


Dhira

Recommended Posts

Hi,

Say I have a file in a folder;

[!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]www.domain.com/includes/file.txt[/quote]

and I want to move it to

[!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]www.domain.com/file.txt (i.e.move it to public_html)
[/quote]
What code do I need to do this? (That will enable it replace a file of the same name if there is one)

Thanks.
[!--quoteo(post=365161:date=Apr 15 2006, 10:12 PM:name=Dhira)--][div class=\'quotetop\']QUOTE(Dhira @ Apr 15 2006, 10:12 PM) [snapback]365161[/snapback][/div][div class=\'quotemain\'][!--quotec--]
What is the copy() function?

ie what is the code I need to do that?
[/quote]

from the manual....[a href=\"http://uk2.php.net/copy\" target=\"_blank\"]http://uk2.php.net/copy[/a]

[code]
copy($source, $dest);
[/code]

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.