1
I am tring to setup a php form and I want the username on it. Only logged in users can see the form.
I have this on the form:
LINE 31 global $xoopsUser, $xoopsDB;
LINE 32 $len11 = $xoopsUser->getVar('uname');
I get this error
Fatal error: Call to a member function on a non-object in /formmail.php on line 32
What am I doing wrong?