Well if they are logged in as a user just store it in session data, the ID of that user at least so you can check when you display the content what the user level is in the database, like SELECT level FROM user WHERE userID = $_SESSION['userID'] Something along those lines
Reputation Points: 520
Solved Threads: 268
Code Monkey
Offline 1,564 posts
since Apr 2005