0

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.

Dan Lowe
  • 51,713
  • 20
  • 123
  • 112
Trevor
  • 11
  • 3
  • Here is the answer: http://stackoverflow.com/questions/250679/best-way-to-parse-rss-atom-feeds-with-php. Or you could also use [XMLReader](http://ua1.php.net/manual/ru/book.xmlreader.php) or [SimpleXML](http://ua1.php.net/manual/ru/book.simplexml.php). Here is the example class: http://www.the-art-of-web.com/php/atom/#box1 – t1gor Jan 12 '14 at 20:11

1 Answers1

0

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

Community
  • 1
  • 1
t1gor
  • 1,244
  • 12
  • 25