bladewolf2010 Posted August 12, 2010 Posted August 12, 2010 How would I make it so i can make specific staff panels for specific users when they click on staff panel link? Quote
Jordan Palmer Posted August 12, 2010 Posted August 12, 2010 <?php if($ir['user_level'] == xx) { include_once('staffpanl.php'); } Something like that? Quote
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.