Quantcast
Channel: PHP order multiple RSS feeds by date - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by hassan for PHP order multiple RSS feeds by date

you are comparing strings , while you need to compare timestamps for examplethis part:usort($data, function($a,$b){ return $a->pubDate - $b->pubDate;});needs to be converted into timestamps and...

View Article



PHP order multiple RSS feeds by date

I have a bit of PHP code to merge two RSS feeds. I was trying to sort the feeds by date, but I get the funny result that:The two feeds get sorted separately (1st feed listed first, thensecond feed)The...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images