Quantcast
Channel: Merging two RSS Feeds in PHP - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by ArrowHead for Merging two RSS Feeds in PHP

Try something like this, use a recursive function that converts the entire xml object to an array, array merge will not suffice after the merge you can convert it back to and object. I think the...

View Article



Merging two RSS Feeds in PHP

I'm pulling in RSS feeds in PHP using the following code.$var = (array) simplexml_load_file($rssfeed);Everything works great. I'm able to loop through the RSS feed and do all the processing on the RSS...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images