05.01.2017, 18:47
? I don't understand your problem, you don't need any new functionality to do it. Normal query, something like:
Then just iterate through rows and store them in an array or straight up just display
Quote:
SELECT id, name FROM users ORDER BY points DESC LIMIT 10 |