Hello Fairy,
Maybe you could send your staff.php and the ranks (with the rank ID's) here?
If not, and still want help, you can always PM me.
-Dan
What exactly is the problem? Is the page blank, or does the PHP code doesn't return any users?You must be registered for see links
What exactly is the problem? Is the page blank, or does the PHP code doesn't return any users?
What is the rank that you added to the hotel that isnt showing up and can you post your staff.php below pleaseThe user isn't showing up under the rank on the staff page.
None of the ranks are showing up on the staff page.What is the rank that you added to the hotel that isnt showing up and can you post your staff.php below please
$getMembers = mysql_query("SELECT id,username,motto,look,account_created,online,last_online,role,country FROM users WHERE rank = '" . $Ranks['id'] . "'");