Is there a better method than:
$sql = 'SELECT * FROM users ORDER BY points DESC, username ASC LIMIT 20';
Thanks for any help, ~Josh.
I dont think so.