Leaderboard

Well, I was wondering how to make a leaderboard. I do use MySQL, netebans etc. How can I create a leaderboard easily?
 
It's a pretty simple query to get leaderboard information if you know any MySQL. To get it on your webpage, you just use the mysql functions of your favourite scripting language e.g. PHP to serve the leaderboard from your server
 
Back
Top