Forum Moderators: coopster

Message Too Old, No Replies

Combine Two RSS Feeds to Appear as One

         

lonestar23

2:10 am on May 9, 2009 (gmt 0)

10+ Year Member



How would I go about combining two seperate rss feeds to appear as one list in PHP?

example:
abc.com/horse/rss
monty.com/cow/rss

=== results ===
1.) lovely horses
2.) great looking cows
3.) my pony is sick
4.) cows make good steaks
etc....

Thanks in Advance!

eeek

3:17 am on May 9, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Parse the XML and create new XML from what you collect.

lonestar23

6:35 am on May 9, 2009 (gmt 0)

10+ Year Member



What about doing it on the fly? It would seem making new xml with take more resources... Where would the dynamic XML created be stored on the fly?