Hello! My problem is: I must upload pictures to my server from another one. I tried to use copy() function for it, but looks like it does not work for this case. Could you please help me with this problem? What I do now is:
copy("http://www.another_server.com/img.jpg", "my_file_name.jpg");
Error which I get is: 'Unable to open file "http://www.another_server.com/img.jpg" for reading: no such file...' System looks for a file in my server file system. How can I copy file from another server?