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




















Home »
  PHP Tutorial »
    Form »




PHP Form
Form Demo