29.10.2011, 19:04
Hi,
I have a problem. Making a top 10 player with mysql. Already created a query but what's next? Please help, this is my request.
I have a problem. Making a top 10 player with mysql. Already created a query but what's next? Please help, this is my request.
Code:
format(query, sizeof(query), "SELECT `Name`, `Exp` FROM `players` ORDER BY `Exp` DESC LIMIT 10"); mysql_query(query);