|
Posted by PH on 12/27/06 12:44
> Is there a HTML code for a login form?
>
> And if so how do you get it to check a database so it knows if the
> user and pass entered is Authentic, and therefore direct it to the
> login page?
Htmlcode:
<form method="POST" action="Myscript.asp">
<p>Username<input type="text" name="username" size="20"></p>
<p>Password<input type="password" name="password" size="20"></p>
<p><input type="submit" value="Send" name="Button"></p>
</form>
You need a serversidescript (eg. asp, aspx or php) to check the database
and redirect to a startpage.
--
Best Regards
Peter Heinzl
www.123-game.com
Navigation:
[Reply to this message]
|