View Single Post
  #2 (permalink)  
Old 11-09-09, 07:47 PM
Jcbones Jcbones is offline
Aspiring Coder
 
Join Date: Mar 2009
Location: North Carolina, USA
Posts: 516
Thanks: 5
Thanked 47 Times in 44 Posts
You are not using array_multisort() right.

What are you sorting for? How do you want it sorted?

You may need to use asort().

Links below:
PHP: asort - Manual
PHP: array_multisort - Manual
Reply With Quote