PHP Form Submit

Description

A submit button is for sending the filled-in form to the server-side script for processing.

The value attribute stores the text label that is displayed inside the button. This value is also sent to the server when the button is clicked.


<label for="submitButton">A submit button</label> 
<input type="submit" name="submitButton" id="submitButton"  value="Submit Form" /> 

Next chapter...

What you will learn in the next chapter:

  1. What is the form reset button
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