Mysql LeaderBoard
#2

Code:
SELECT Name,Score FROM Users ORDER BY Score DESC LIMIT 10;
Then it's just a matter of doing mysql_fetch_row, etc, but I suppose you know how to do that.
Reply


Messages In This Thread
Mysql LeaderBoard - by Lefon - 03.08.2011, 10:05
Re: Mysql LeaderBoard - by Vince - 03.08.2011, 10:14
Re: Mysql LeaderBoard - by Lefon - 03.08.2011, 10:16
Re: Mysql LeaderBoard - by GangsTa_ - 03.08.2011, 10:17
Re: Mysql LeaderBoard - by [HiC]TheKiller - 03.08.2011, 10:18
Re: Mysql LeaderBoard - by Lefon - 03.08.2011, 10:33
Re: Mysql LeaderBoard - by [HiC]TheKiller - 04.08.2011, 06:42

Forum Jump:


Users browsing this thread: 1 Guest(s)