I\'m trying to sort and splice an array, however I\'m finding it very confusing.
I have pulled my data from a mysql table:
$total = mysql_query(\"SEL
Use array_count_values.