Very simple answer : basic HTML suggests that you don't close your form tags before the input tags. Remove the close form tag you have added immediately after the open form tag and you will see what I mean. You use dreamweaver, don't you ?

Another pair of eyes is a wonderful thing ;-)

Cheers,
Neil.


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



Reply via email to