Hello:
I have an associative array returned from the result of an SQL query. I use the data for two while loops with this array for displaying data.
My question is on the second while loop that I do. Is there any way to sort the associative array before I perform the loop?
I am trying to avoid doing another query on the database just to get the same result from the first query in a different sort order.
Thanks,
Troy