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 ? Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.