Hi
i have 2 dim array like: name,id,count
I want to sort array on the value of count
is that possible?
thanks.
multi array sort
Moderator: General Moderators
Take a look at http://de2.php.net/usort
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
array_multisort() as well. A search of these forums would have turned that up pretty quickly, too.