its 3, but so many ranks,Tell me the list of rank numbers and what 2 rank numbers it is you want on this page. So I can give you the code to add
On this thread?Wait up, I just went toYou must be registered for see linksand its XAMPP, your hotel is XAMPP??
its 3, but so many ranks,
3,4,5
on the 2nd row
$GetRanks = mysql_query("SELECT id,name FROM ranks WHERE id >= 4 ORDER BY id DESC");
$GetRanks = mysql_query("SELECT id,name FROM ranks WHERE id >= 3 AND id < 6 ORDER BY id DESC");
ThanksRight then, on the staff.php find this
PHP:$GetRanks = mysql_query("SELECT id,name FROM ranks WHERE id >= 4 ORDER BY id DESC");
and replace with this
PHP:$GetRanks = mysql_query("SELECT id,name FROM ranks WHERE id >= 3 AND id < 6 ORDER BY id DESC");