For a schoolproject I need a way to read multiple RSS feeds from different newssites and show them on my website. Now I got the part that I load in the RSS feeds with SimpleXML, but than I got first a list from one feed and than a list for the other feed. But i just want the results to be mixed on publication date.
I already tried uasort
but than it sort per feed and not the total list.