Le Mercredi  7 Mars 2001 22:05, vous avez écrit :
> People
> very basic question here, I wanna assign username onto session after the
> login succeed, I use:
>
> session_start();
> session_register("username");

the syntax for  session_register is : 
session_register("session_names",var_without_quote)

and I think you doesnt need this line ,
it's done automaticlly by PHP 
> $UserNameSession="username";



> did not work what is wring with this?
> Jack
> [EMAIL PROTECTED]
> "There is nothing more rewarding than reaching the goal you set for
> yourself"

-- 
__________________________________________________

                            Matthieu LE CORRE
                       SERVICE INFORMATIQUE
     Ecole Polytechnique de l'Université de Nantes 
                        (EPUN)
                            Site de la Chantrerie
                             Rue Christian Pauc
                                    BP 50609
                           44306 Nantes Cedex 3
                                02 40 68 32 23
__________________________________________________

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to