Hey does anybody know what I am doing wrong here? I have added some fields to my usergroup table and I need to call these numbers in a php file.
So I have done this:
PHP Code:
$a = $bbuserinfo['usergroupid']['fieldname'];
I am pretty sure this is wrong, but how would I do this? I need to use the variable $a in an equation. I think VB3 has a different way of usergroup permissions though. What am I doing wrong?
Thanks!
~006