> Can any1 suggest a easy way to show the users name,
> and welcome him/her when logging in.
> 
> I do not use autologin.
> 
> Thanks alot :-)

If the user is logged in, then you can refer to all of his address
information in the $UserInfo array.  Hence, 

if ($UserInfo["ID"] > 0)
{
    print("Howdy, " . prepareText($UserInfo["FirstName"]) . 
        ", nice to see ya!<br>\n");
}

Best Regards,
-jj

-- 
if (shannon - jj) * behrens == webEngineer["CLEAR INK�"]:
    print "<i>imagination is the only real medium(sm)</i><br>"


------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to