In short, I have a game of sorts, and the score board for it shows the score of the player at the end + how long they took to achieve it. I need to order my MySQL results so
You should be use below code.. Its working.
$query = "SELECT field1, field2 from tablename ORDER BY field1 DESC, field2 DESC";