Вопрос

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.

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top