Just looking for documentation on how to create a login page. Using databases?
Links would be appriciated.
thanks.
Printable View
Just looking for documentation on how to create a login page. Using databases?
Links would be appriciated.
thanks.
You just need HTMLQuote:
Originally posted by nvc944
Just looking for documentation on how to create a login page. Using databases?
Code:<form method="post" action="login.asp">
Username: <input type="text" name = "username"><br>
Password: <input type="password" name="password"><br>
<input type="submit" value="login">
</form>