Has anyone had any experience / done any experimenting aggregatng mutiple feeds and ordering them by date, using php and without using a database?
I’m playing with MagpieRSS atm, and it’s an awesome tool that does a really good job, and was wondering whether anyone else has done anything similiar with it?
I’ve also started playing with Feeds on Feeds, which is also pretty cool, but it uses a DB so not ideal…
Any thoughts, directions or help would be much apprecited ![]()





Hi Gareth,
I’m using magpie but have only got as far as playiing with it so far. I’m not using its caching though, I’m putting straight back into a DB…
Thanks Peter
See, the problem I can see with using a DB for the purpose that I have (only need to see current feed, not archived feeds) is that you end up populating a DB unnecessarily. I spose you could go back and delete rows based on a time criteria, but that’s not really solving the problem but just working around it…
Wikipedia has quite a list of RSS aggregators, here:
http://en.wikipedia.org/wiki/List_of_news_aggregators
I’m looking to do exactly this, if you find out, please let me know.
Will do - should be posting something soon on this blog if I get it to work the way I want it to…
Hey,
I’ve used magpie to bring feeds to my homepage, but am not having much luck in creating a “master feed” of all my content (which is my next goal).
If you have any luck I’d be thankful to hear about it. Cheers!
Will do Craig
Howto sort by date
1. Get feed into array using magpie
2. write sort compare function. This compares timestamps!
3. use php usort with custom compare function
4. Loop array and display.
Worked for me, but tricky!
EH could you share your source with us, as I am also looking to do this very thing. If possible, perhaps e-mail me at asgentile@gmail.com. Thanks