03.10.2016, 18:19
Код:
"SELECT * FROM `users` ORDER BY 'score' DESC LIMIT 3"
Two more things:
- You don't need to format, just use the query directly in mysql_tquery function.
- Don't select all the data but only username and score columns.