wizzy886 Posted October 30, 2013 Share Posted October 30, 2013 So i am working on a system to simply log in and out a user. I have a column in the data schema that is called user_level. If this is set to 0 it is a default user, if set to 1 it is an admin, and if set to 2 it is inactive. So i have tried to look up the rows value after a successful login and it doesn't appear to have the result i want. It ignores the users level and logs in anyway. login.php Link to comment https://forums.phpfreaks.com/topic/283429-php-mysql-set-inactive-user/ Share on other sites More sharing options...
Ch0cu3r Posted October 30, 2013 Share Posted October 30, 2013 On line 36 need to be checking to see if $row['user_level'] variable is equal to 2, not $user_level. Link to comment https://forums.phpfreaks.com/topic/283429-php-mysql-set-inactive-user/#findComment-1456174 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.