Hi there!
I tried to fetch all items from a RSS feed like this:
PHP Code:
<item>
<title>This is cool!</title>
<link>http://www.mylink.com</link>
<description>Funny stuff all day long.</description>
<image>http://www.mylink.com/image.jpg</image>
</item>
I tried using magpie rss, lastRSS and some other php scripts and classes. It's easy to get the title, description etc. but I wasn't able to get the image tag.
Does anybody know a script / class that could help me to get all the tags I want from a RSS feed ????
Thanks for your help in advance.
|