Using PHP to read posted form data
The first line below shows how form data is read by PHP. 'StsToAnInch' is the the input type name. In this case the input type is a text box. The second line is how the text box is written in html
$_POST['StsToAnInch']
Note: The code works with an input text field named "StsToAnInch".
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home