Habbo Rank help

Techie

Member
Aug 22, 2012
129
6
How can i hide ranks from my revcms habbo staff page? like on the line
3 ORDER BY id DESC");
Chanfe the ed DESC to a max number it goes up to so i can hide ones from above the selected on 3 ORDER BY id DESC");

Please Help ASAP Thanks:)
 

DcSelby

DcSelby is the boss.
Jul 19, 2012
377
123
Go to where it says:

Code:
$getRanks = mysql_query("SELECT id,name FROM ranks WHERE id >= 4 ORDER BY id DESC");

And then changed the number to which you would want :p
 

Users who are viewing this thread

Top