View Single Post
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 10-06-2015 , 16:44   Re: Building a Top10 List
Reply With Quote #2

Could probably use more info here.

Few ideas off the small amount of info:

Code:
SELECT * FROM table ORDER BY column ASCENDING LIMIT 0,10;
...or make a menu with 10 menu items?

...or use strcat/format and add to a string and print?

...or make a site and just have an MOTD open?
Drixevel is offline