» tagged pages
» logout
MagpieRSS
Return to MagpieRSS

Documentation

(or Cancel)

(Editing anonymously: to be credited for your changes, login or register a new account)

other page actions:

Tags Applied to this Topic

1 person has tagged this page:

MagpieRSS makes it quite easy to fetch RSS feeds in PHP.

To get an array of RSS items from an RSS URL:


require('rss_fetch.inc');
$rss = fetch_rss($url);
$rssItems = $rss->items;

That’s it!

do a var_dump on the $rss->items array to see the RSS feed in MagpieRSS’s simple array structure.

Username:
Password:
(or Cancel)