Posted by Ciaran on 12/01/07 11:48
Anyone know how to do this? I have a standard 3D array:
$item[0]['title']
$item[0]['content']
$item[0]['date']
$item[1]['title']
$item[1]['content']
$item[1]['date']
etc...
How do I sort it based on date so the most recent item (the one with
the highest date) is $item[0] ?
Do I need a custom function or is there something built in that I
don't know about/can't find?
Thanks in advance
Ciarán
Navigation:
[Reply to this message]
|