This post originated from an RSS feed registered with PHP Buzz
by Max Zone.
Original Post: Build your own RSS client with PHP
Feed Title: dzone.com: php
Feed URL: http://www.dzone.com/feed/frontpage/php/rss.xml
Feed Description: dzone.com: fresh php links for developers
Like any good programming language, PHP supports reading and creating RSS feeds, via the PEAR XML_RSS package. This package is a pre-built code library that allows you to dynamically retrieve and parse one or more RSS feeds. It's particularly useful if you need to extract information from an RSS feed and convert it into another format (for example, a MySQL database or a text file), or if you plan to create a customised Web page that aggregates information from multiple RSS sources.