Page 1 of 1

multi array sort

Posted: Thu Jun 14, 2007 5:44 am
by itsmani1
Hi
i have 2 dim array like: name,id,count
I want to sort array on the value of count
is that possible?

thanks.

Posted: Thu Jun 14, 2007 6:27 am
by volka

Posted: Thu Jun 14, 2007 3:57 pm
by RobertGonzalez
array_multisort() as well. A search of these forums would have turned that up pretty quickly, too.