Help with cms

vano

New Member
Aug 18, 2012
25
1
I want to have specific rang on the staff page,
This are my ranks;
1 - user (vips)
2 - super vip
3 - expert
4 - event team
5 - trial moderator
6 - moderator
7 - admin
8 - owner

I want to make a 9nd rank and not have showed on the staff page. I want 5 till 8
This is what i have got now:
$getRanks = mysql_query("SELECT id,name FROM ranks WHERE id >= 5 ORDER BY id DESC");
How to change >= 5 to 5-8 ?

Thanks in advanced,
Chelsea
 

Users who are viewing this thread

Top