<html>
<body>
<form method="POST" action="verify_login.php">
<p>Login: <input type="text" name="login" size="20"></p>
<p>Password: <input type="text" name="pwd" size="20"></p>
<p><input type="submit" value="Submit" name="B1"></p>
</form>
</body>
</html>
|