PHP Form Password Field

Description

A password field works like a text input field, except that the entered text is not displayed.


<label for="passwordField">A password field</label> 
<input type="password" name="passwordField" id="passwordField" value="" /> 




















Home »
  PHP Tutorial »
    Form »




PHP Form
Form Demo