As far as I know, the session fucntions work only with php4

for php3, you might want to take a look at phplib

hope that helps

Ankur Verma


----- Original Message -----
From: "Jacky@lilst" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 08, 2001 2:35 AM
Subject: [PHP] session_start


People
very basic question here, I wanna assign username onto session after the
login succeed, I use:

session_start();
session_register("username");
$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"



-- 
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