www.rssfeedscenter.com have many rssfeeds, i want to write A php promgame to read RssFeeds
redhatlab
11:44 am on Aug 3, 2010 (gmt 0)
Hi,
In the past I have use SimpleXML with a lot of success. The only catch is that you need PHP5.
rssfans
9:49 am on Aug 9, 2010 (gmt 0)
SimpleXML,how to download it? i want to some details www.rssfeedscenter.com change hot search rssfeeds every day
redhatlab
12:09 pm on Aug 9, 2010 (gmt 0)
SimpleXML is a PHP library that most of the time is compile into all PHP 5 installations. Also if what you are looking to build is an RSS aggregator you can use Drupal with its aggregator module.
morehawes
12:33 pm on Aug 9, 2010 (gmt 0)
In the past I have use SimpleXML with a lot of success.
I second this. I re-wrote a old project recently that uses PHP to process a XML feed and couldn't believe how simple this made everything!
astupidname
6:02 am on Aug 10, 2010 (gmt 0)
You might try a parser already built for reading rss, such as Magpie RSS (Google it).