PHP Form Push Button

Description

A push button doesn't do anything by default when it's clicked, but you can make such buttons trigger various events in the browser using JavaScript.

The value attribute specifies the text label to display in the button:


<label for="pushButton">A push button</label> 
<input type="button" name="pushButton" id="pushButton"  value="Click Me" /> 

Next chapter...

What you will learn in the next chapter:

  1. What is form image
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