okay, after your <form method="post" action="SessionLogin.php">
kill the </form> that's the bit that'll be breaking it... ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 01, 2003 6:13 PM Subject: Re: [PHP-WIN] Simple Answer, but I can't see it.... > This is the some of the code that is contained within the PHP page... > > <?php > > if (isset( $_POST[ "username"] )) { > code here.... > } > ?> > more HTML & PHP etc... > > <?PHP $self = $_SERVER[ 'PHP_SELF' ]; ?> > <form method="post" action="SessionLogin.php"></form> > <input type="text" name="username" maxlength="20"/> > <input type="password" name="password" maxlength="20"/> > <input type="submit" value="Submit"/> > </form> > ?> > More HTML etc... > > When the submit button is pressed the nothing happens. > > Tryst > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php