on 24/07/02 3:38 PM, David Robley ([EMAIL PROTECTED]) wrote: > In article <004c01c232d3$9a600ef0$0401a8c0@philip>, [EMAIL PROTECTED] > says... >> 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_register() ?
Or, if using PHP >= 4.1, $_SESSION['user'] = 'fred'; You could've at least *tried looking* at the session pages Justin French -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php