RE: [PHP] Create Login Page

2002-11-18 Thread Van Andel, Robert
I recently set up a log in page. I'm doing it a little differently than you. First I establish a session and set up two session variables (sessusername and sesspassword). I check to see if these variables have been set, if they have, I then check the username and password with the database to ma

Re: [PHP] Create Login Page

2002-11-18 Thread Kevin Stone
Is To: <[EMAIL PROTECTED]> Sent: Monday, November 18, 2002 2:18 PM Subject: [PHP] Create Login Page > Hi All > > I am trying to create a login page using php and mysql database. > > This is the code that I am trying to use: > // File Name: auth04.php > // Check to see if $PHP_AUTH_USER already