[PHP-DB] Copying an image from one server to another

2008-02-03 Thread ioannes
I am trying to: - check whether an image file exists on a server, - check whether it does not exist on another server, and if not exists - to copy from the first location to the second. I am using cURL. First step to capture the image from the first server. When I return this image to the

Re: [PHP-DB] Copying an image from one server to another

2008-02-03 Thread Chris
ioannes wrote: I am trying to: - check whether an image file exists on a server, - check whether it does not exist on another server, and if not exists - to copy from the first location to the second. I am using cURL. First step to capture the image from the first server. When I return this