| Multiple RSS Aggregator in PHP script that compiles multiple rss feeds into one |
tankman

msg:3255289 | 8:03 am on Feb 17, 2007 (gmt 0) | I was wondering if anyone can suggest a php script that will display rss feeds from multiple rss sources into a single output and have it sort it by date. i.e. story 1 via yahoo news story 2 via bbc story 3 via msnbc story 4 via bbc etc. Thanks.
|
RonPK

msg:3255345 | 10:59 am on Feb 17, 2007 (gmt 0) | The script will have to grab the feeds, store the feed items in an array, and sort the array items in the desired order. Not that hard; is there a problem?
|
federico2005

msg:3255629 | 6:42 pm on Feb 17, 2007 (gmt 0) | Try simplepie parser - the multifeed version. It's simple to install and to run. It works ok for all of my news pages. What I would like is to be also able to paginate the entries. Could anybody suggest me a solution to paginate the output of feeds parsed with simplepie? [edited by: coopster at 1:09 am (utc) on Feb. 19, 2007] [edit reason] removed url [/edit]
|
tankman

msg:3266128 | 1:56 am on Feb 28, 2007 (gmt 0) | thanks!
|
|
|