I need some help with making a script that will download a gif/jpeg image from a remote host and store it on my webserver using PHP.
The aim of the script is to retrieve an image from any remote host when someone visits my page, and saves it for later use on the webserver.
I do not want to display the image when the PHP is executed.
Thanks in advance, Yogu.