Download all Images from XML using PHP?

battikh

New Member
I load an XML file from a service provider, and then my HTML displays the images in the necessary place. However, I wish to cache all of these files locally, instead of having the browser load them from the remote server each time.Here is a sample of my XML file...feed.xml\[code\]<URI>http://imt.boatwizard.com/images/1/14/77/3801477_-1_20120229071449_0_0.jpg</URI><URI>http://imt.boatwizard.com/images/1/40/6/3794006_-1_20120814035230_16_0.jpg</URI><URI>http://imt.boatwizard.com/images/1/21/74/4012174_-1_20120706051335_21_0.jpg</URI> \[/code\]Can someone please help me write the PHP to loop through the XML, and download each image. 1) Download image2) Rename image URL in XML, to match local file.3) Save XMLThanks!
 
Back
Top