Jump to content

Copy a file with PHP


alexander007

Recommended Posts

Im trying to copy a file from the root of my website to other folder..

 

$source='/home/content/maunalava/html/dev-netteampr/portales/index.php';
$destination=('/home/content/maunalava/html/dev-netteampr/portales/' . $usuario);

copy($source, $destination);

 

But I keep getting...failed to open stream: Is a directory in....

Link to comment
https://forums.phpfreaks.com/topic/74088-copy-a-file-with-php/
Share on other sites

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.