View Single Post
  #1 (permalink)  
Old 2006-11-08, 03:59 AM
FattyNoob FattyNoob is offline
Junior Member
 
Join Date: Sep 2006
Posts: 5
FattyNoob is on a distinguished road
Default 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
Reply With Quote
Sponsored Links