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.
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.