MySQL Pulling

Feb 3, 2013
56
3
How do i make it so only the user i entered can enter housekeeping like

PHP:
 <?php
        if($_SESSION['user']['rank'] >= 5){
?>
So anything past Rank 5 Will be able to access the HK page how do i make it so only Usernames can enter?
 

Users who are viewing this thread

Top