Downloading remote files in PHP
Submitted by Isaac Sukin on July 22, 2009 - 5:17PM – No commentsI was recently asked to download a series of images from a remote server. The image URLs were not known ahead of time, so to figure them out, I had to submit a search form, parse the results for a way to determine the file name, and then download the images onto the local server.
