create a ranking system.
what would the proper syntax be with php and mysql to generate a "rank" system based on a variable.?
$topplayers="SELECT * from users order by skillpts DESC Limit $start, 20";
what would i have to add or type from this to view the rankings?
thanks any help
|