Quote:
Originally posted by g-force2k2
PHP Code:
$DB_site->query_first("
SELECT user.usergroupid AS usergroupid, moderator.moderatorid AS moderatorid
FROM user
LEFT JOIN moderator ON moderator.userid = user.userid
WHERE user.userid='$bbuserinfo[userid]'");
I haven't tested this but it should work regards...
g-force2k2
|
thnx g-force, but where should i put this? :surprised:
hidjra