Jump to content

User Levels


sean04

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.