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 Quote 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. Quote 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! Quote Link to comment https://forums.phpfreaks.com/topic/208613-user-levels/#findComment-1089893 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.