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
just try
$sql1 = "SELECT * FROM boobmatch_highscores ORDER BY t_score * time DESC";