Hi, im trying to figure out how to save an image from a url to a local directory on my computer or a remote directory where the php page is run from..
I have a text file with a list of image names like…
1000.gif
1001.gif
1145.gif
i want to be able to download each of these images one at a time from a url like…
http:\\
If the image is not available it is not downloaded and the next one in the list is attempted.
Is this possible?
Many thanks,
Brian Freemantle
I have a text file with a list of image names like…
1000.gif
1001.gif
1145.gif
i want to be able to download each of these images one at a time from a url like…
http:\\
If the image is not available it is not downloaded and the next one in the list is attempted.
Is this possible?
Many thanks,
Brian Freemantle