Hi! friends,
   i also want this feature.
 
Can u tell me how to start a session whenever the user logged in and how to end session after logout.
 
where i have to give these function names...
session_start();
session_register(username);
 
Thanks in advance.
 
Regards
-Balaji
----- Original Message -----
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
The Information contained and transmitted by this E-MAIL is proprietary to 
Wipro Limited and is intended for  use only by the individual or entity to which 
it is addressed, and may contain information that is privileged, confidential or 
exempt from disclosure under applicable law. If this is a forwarded message, 
the content of this E-MAIL may not have been sent with the authority of the 
Company. If you are not the intended recipient, an agent of the intended 
recipient or a  person responsible for delivering the information to the named 
recipient,  you are notified that any use, distribution, transmission, printing, 
copying or dissemination of this information in any way or in any manner is 
strictly prohibited. If you have received this communication in error, please 
delete this mail & notify us immediately at [EMAIL PROTECTED] 


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