PHP - Bits & Pieces

PHP programming codes and scripting are discussed in the manner of use and relevance. Examples of PHP syntax and scripting are presented in concise writups for better understanding.

Tuesday, May 27, 2008

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