dflow Posted April 1, 2009 Share Posted April 1, 2009 hi is it possible to loop through an xml get an image source link then download the image ? Link to comment https://forums.phpfreaks.com/topic/152095-loop-to-download-images-from-xml/ Share on other sites More sharing options...
premiso Posted April 1, 2009 Share Posted April 1, 2009 Yep. Reading through the simple_xml functions/manual should help you on your way there. Alternatively, you could use preg_match_all and grab all the images, if they are within a certain specific tag instead of fussing with the xml functions. Link to comment https://forums.phpfreaks.com/topic/152095-loop-to-download-images-from-xml/#findComment-798765 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.