|
Posted by danny on 12/28/06 05:45
PH wrote:
> > 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
Do you no a free online website maker that supports php?
[Back to original message]
|