(Editing anonymously: to be credited for your changes, login or register a new account)
Erase the Documentation page?
Rename the Documentation page? Changing this page's name will change the way it appears in the page index and change the page's URL.
Optional: Reason for renaming (or Cancel)
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.
or Cancel
MagpieRSS: Documentation
FAQ