Question

I want to know how display the last three "descriptions" from an RSS/ATOM feed on a PHP page.

(Here is the one I want to fetch something from)

I am extremely inexperienced with RSS/ATOM feeds and I am not sure if I have word this correctly or if it is even possible.

Was it helpful?

Solution

Here is the answer: Best way to parse RSS/Atom feeds with PHP. Or you could also use XMLReader or SimpleXML. Here is the example class: http://www.the-art-of-web.com/php/atom/#box1

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top