Hey, I am making staff page and i want to make it so that one of my ranks called 'Agents' is on a different page by itself. I do not know how to do this though. Could someone please help?
I am guessing that I would need to edit this line but I dont know how to make it only one rank.
I am guessing that I would need to edit this line but I dont know how to make it only one rank.
Code:
$GetRanks = mysql_query("SELECT id,name FROM ranks WHERE id > 2 ORDER BY id DESC");