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="" /> 

Next chapter...

What you will learn in the next chapter:

  1. What is Form Textarea
  2. Example - PHP Form Textarea
Home » PHP Tutorial » PHP Form
PHP HTML Forms
PHP GET and POST
PHP Form Elements
PHP Form TextField
PHP Form Password Field
PHP Form Textarea
PHP Form CheckBox
PHP Form Select
PHP Form RadioButton
PHP Form Submit
PHP Form Reset
PHP Form Push Button
PHP Form Image
PHP Form Hidden Field
PHP Split Form Across Pages
PHP Form Validation
PHP Form File Upload
PHP Form Demo
PHP Form Empty Fields
PHP Form Multi-Value Fields
PHP Redirect after a Form Submission