sean04 Posted July 23, 2010 Share Posted July 23, 2010 Hey, So I have a quick question. What is the best way to set up a User Level page type of thing. For example... if($loggedin[user_Level] == 1){ echo"account banned"; } if($loggedin[user_Level] == 2){ echo"account removed"; } if($loggedin[user_Level] == 3){ echo"user profile"; *THIS WILL SHOW THE USERS PROFILE* } Would that be the way to do it? Thanks, Sean Link to comment https://forums.phpfreaks.com/topic/208613-user-levels/ Share on other sites More sharing options...
trq Posted July 23, 2010 Share Posted July 23, 2010 This post is on the right track. The link that Zanus provides within that thread will also be very helpfull. Link to comment https://forums.phpfreaks.com/topic/208613-user-levels/#findComment-1089892 Share on other sites More sharing options...
sean04 Posted July 23, 2010 Author Share Posted July 23, 2010 Thanks a lot! Link to comment https://forums.phpfreaks.com/topic/208613-user-levels/#findComment-1089893 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.