Quantcast
Channel: Get image url from RSS feed description using PHP - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Fabian Tamp for Get image url from RSS feed description using PHP

You're on the right track! But it all depends on the format that the RSS Feed is set up in.The item node actually contains a whole bunch of different fields, of which link is only one. Take a look here...

View Article



Answer by John for Get image url from RSS feed description using PHP

If the image node is at the top level of the item node, then yes. If it's deeper than the item node, you'll have to traverse it accordingly. It would be helpful if you posted your XML.EDIT: you can...

View Article

Get image url from RSS feed description using PHP

I want to get the url of an image (where it's stored) from the description of a RSS feed, so then I can put that url inside a variable.I know that for getting the link of the RSS feed post I have to...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images