PHP has a function called array_multisort that sorts on columns instead of rows. Now I can flip the array, but was just wondering if there was an easier solution?
Seems to be this would be a common issue with DB results...you would assign your mysql_query results to a 2d array but sort things the opposite of how array_multisort wants to do this.
Any tricks?