View Single Post
Old 05-06-2005, 06:19 AM   #28 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,486
sde is on a distinguished road
anything you set with $_SESSION[] should be available. you just need to use the full variable name including $_SESSION[] to access them.

you can add whatever you want to the session array, .. just use the same method you are using to set the username and password:
PHP Code:
$_SESSION['fullname'] = $fullname 
i don't have time to look over all the last posts, so i'm just warning you that my reply this morning may be out of context.
__________________
Mike
sde is online now   Reply With Quote