Click to See Complete Forum and Search --> : Using Passwords to allow people to enter


neenach2002
07-24-2003, 09:20 PM
ok
I have the following lines of code...
<INPUT type="password" size=20 maxlength=8 name="" value="">

<INPUT type="Submit" value="Submit Password">

The first line creates a box and allows a password to be typed in...the second submits the password....HOW do I get the submit button to work, and how can I specify a cerain password?

pyro
07-24-2003, 09:31 PM
This is best done serverside. A search of the PHP forums will give you this link: http://forums.webdeveloper.com/showthread.php?s=&threadid=9950&highlight=password

neenach2002
07-25-2003, 11:28 AM
thanx...it works wonders!

pyro
07-25-2003, 11:31 AM
You're welcome... :)

neenach2002
07-25-2003, 11:53 AM
I'm gonna start helping people in the HTML forum!

pyro
07-25-2003, 11:59 AM
Glad to hear it...