Re: [PHP] Newman and sessions.

2002-07-24 Thread Justin French
on 24/07/02 4:04 PM, Philip J. Newman ([EMAIL PROTECTED]) wrote: so how would i get the $username and $password into the session session_register('$username','$password'); READ THE MANUAL php.net/session_register tells you EVERYTHING you need to know, including examples and user

[PHP] Newman and sessions.

2002-07-23 Thread Philip J. Newman
I have started a session on the server, and now would like to add a user name and password, and some other information to the session to carry it across all the other pages that are in this session. Any hints on where to start? --- Philip J. Newman. PhilipNZ.com Design Solutions

Re: [PHP] Newman and sessions.

2002-07-23 Thread Philip J. Newman
so how would i get the $username and $password into the session session_register('$username','$password'); ?? - Original Message - From: Wee Keat [EMAIL PROTECTED] To: Philip J. Newman [EMAIL PROTECTED] Sent: Wednesday, July 24, 2002 5:43 PM Subject: Re: [PHP] Newman and sessions. I