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.
Link to comment
Share on other sites

[!--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]
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.