I need a script that will take in a list of URL's of RSS feeds. The script will then download all the feeds provided, and create 1 feed listing all the stories by date/time. So it basically combines multiple feeds into a single feed. Anybody know of a script that can do this?
Look at LastRSS: http://www.google.com/search?client=safari&rls=en&q=lastrss&ie=UTF-8&oe=UTF-8 Easy to do a script that does what you want with LastRSS.
LastRSS did not do what I wanted. All it did was take in multiple URL's as an array and display each one as a list. So if I entered 5 feed url's, it would make 5 lists...I want something that will take in 5+ feed url's and make a single RSS feed. Yahoo Pipes looks like it does what I want though, so thanks pluswebdev
If you are running PHP5, look into SimpleXML that comes with it. I tried magpierss, when I had PHP4 - it was also good.
Use CaRP with MorayCaRP with Moray. It takes a little to work through the code, but once you learn it, it is very versatile and customizable.