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 query is supposed to work perfectly. If you have any issues just enclose the field names in quotes like so:
$sql1 = "SELECT * FROM boobmatch_highscores ORDER BY `t_score` DESC, `time` ASC";
Guessing it's MySQL, else the quotes won't be necessary