2012-02-10, 02:04:25
How can I sort pages with pubDate in php?
I tried something like this...
... But it doesn't work.
I tried something like this...
Code:
array_multisort($childmenusortarray,SORT_STRING,$childmenuarray);
... But it doesn't work.