Just curious if there is a way to copy a file from a diferent website to your server
can you do this???
$File = "http://www.sumserver.com/image.jpg"; $NewFile = "images/thatimage.jpg"; copy ($File, $NewFile);
?
Yes it is possible, but look at fopen fread and fwrite as well... instead of using the copy function