Hi,

> > (2) I would advise not mixing $_SESSION and
> > session_register() -- it's problematical in some situations.
> > Just stick to using the $_SESSION array.
>
> I'm not quite sure what you mean here, can you give an example or
> elaborate.  Sorry, real newbie here... :o)

        $_SESSION['userid'] = 254;

        Where 254 is, that is the value you want to assign it.  Its just an array.
Think of it more as a global variable accross the entire site.

-Dan Joseph

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to