Hi Guys. How do I sort array keys based on their value Descending. Array ( [john] => .55 [doug] => .44 [fred] => 1.55 )
and then how do I loop through the array to print the results??
Thanks Tracy🙂
ksort() foreach