I'm looking for a PHP script that will give me something similar to this: eatsleepfootball.com I have searched on Google and found nothing. I basically just want it to scan a bunch of feeds and create links to news on a certain topic (mountain biking in my case). It'd be even better if it seperated the news into categories. Anyone know of anything like this? Cheers, Chris
Hey, if I get your idea right, you mean RSS feed parsing with PHP, right? If so, try MagpieRSS, a PHP class written to parse RSS feeds (XML module for PHP required). Cheers
I have used magpierss and another program called zfeeder. It has worked well on a few sites, and had some problems on a few others. zfeeder - http://zvonnews.sourceforge.net/
Just noticed this post, I am infact the creator of the www.eatsleepfootball.com site you mention. You can get access to a very similar script created by the same developers at... http://www.mynewscrawler.com
http://simplepie.org/ Magpie is ridiculously old... it's written for PHP4 which will (soon enough) be a history.