All users with a score greater than zero. The score is the number of tests run by that user's clients.
0 ORDER by alltotal DESC;"); $num = 1; while ( $row = mysql_fetch_array($result) ) { $user = $row[0]; $total = $row[1]; echo ""; $num++; } ?>
$num$user$total