On 7/24/02 1:33 AM, "Philip J. Newman" <[EMAIL PROTECTED]> wrote:

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

$_SESSION['username'] = "philipn";
$_SESSION['password'] = $password;

Etc.
-- 
Ed Marczak
[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to