Log in

View Full Version : Simple, one line of code...


filburt1
02-20-2002, 05:44 PM
How can I tell if the logged in user is an administrator?

Admin
02-21-2002, 10:01 AM
if ($bbuserinfo['usergroupid']==6) {
// it's an admin!
}