2
Example (not tested):
function foo()
{
global $xoopsUser;
is_object($xoopsUser) or redirect_header('index.php', 3, _NOPERM);
$uname = $xoopsUser->getVar('uname');
$name = $xoopsUser->getVar('name');
var_dump('in foo', 'uname', $uname, 'name', $name);
}
Quote:
Joined: 2003/9/30
Posts: 7