I have username and password input boxes in my form, my question is how do I make the password that is typed into the password input box show '*' instead of the actual password that is typed in? Any help would be appreciated, thank you.
😛 you need study HTML at the first!
<input type="password" name="passwd">
Thanks, yeah, I neglect HTML. 🙂