Hi,
I hope u r regisitering the session variable (i.e. username) on submit of
index.php. If u r doing this then u can access the same by using
$HTTP_SESSION_VARS['username'] assuming u r registering ur session variable
as username.
I hope all the frames have session_start also.
karthik.
----- Original Message -----
From: "Yamin Prabudy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 10, 2001 10:02 AM
Subject: [PHP] HELP...session
Hi there I need help about session
see i have a page (index.php) that used this
session_start();
session_register(username);
and i got input username
after the submit button is click i move into a frame pages......
then in the frame i define again
session_start();
for each frame...i got two frame......
i intended to parse the username into my frame...but got nothing
i intended to parse the username all over the pages (in frame) until he/she
log out
can anyone help me with it
Thanks in Advance
Yamin Prabudy
--
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]