I am currently creating a sorting method that consists of values from an mysql query.
Here\'s a brief view of the array:
Array ( [0]
Check out uasort to see how to use a user defined comparison function.