Quote:
Originally posted by Logician
ok then:
if you add line:
PHP Code:
require('./global.php');
in the begining of your PHP file, you can then check his status like
PHP Code:
if ($bbuserinfo[userid]>0) {echo "logged in";}
else {echo "not logged in or unregistered";}
|
Hey, this is pretty close to what I need. If I can get it to return the username in that message, and perhaps the userid somewhere so I can use it to check permissions on the admin side, it would pretty much be perfect.