Project Description:
I have a local xml file (test.xml) which references images in the following structure:
imagename.jpg
imagename.jpg
imagename.jpg
I need a small php script that adds a url (use test.com) in front of 'imagename.jpg" in the node in the xml file, parses the xml file and downloads the image to a folder called "images". Should be pretty easy.
Additional Project Description:
01/25/2013 at 4:48 PHT
Added sample xml attachment as it didn't save properly above.