PHP RSS Parser w/Multiple Sources

SALvation

Senior member
Apr 10, 2001
964
0
0
I am looking for PHP code that will parse RSS feeds from multiple sources and display them at once. I want to have a MySQL table that holds this list of RSS addresses, and the code would go in, select 5 sources at random, and then display the top feed from each source in one nice list.

I have code that will take a single source and parse that, but I can't find any examples of taking multiple sources and combining it into one.
 

Drakkon

Diamond Member
Aug 14, 2001
8,401
1
0
how about making a function out of the one that parses one source and looping it through each of the mysql records?