Hi,
I've searched the forums and can't seem to find a solution to this.
How do I sort an array by it's second element. For example, how do I sort this array with this general setup:
$player[0]['pts'] = 2;
so that the player with the most points (pts) is at the start of the array?
Thanks for any help,
~Oni.