On Tue, 2004-02-10 at 02:45, Ronald Ramos wrote: > $_SESSION['username']; > $_SESSION['password'];
Close, try this instead: $_SESSION['username'] = $username; $_SESSION['password'] = $password; > I edited page3.php but it still shows me nothing. It looks great, now you just need to clear up your use of the $_SESSION variable in page2.php. -- Adam Bregenzer [EMAIL PROTECTED] http://adam.bregenzer.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php