| Working with Form Submissions in PHP |
| Article Index |
|---|
| Working with Form Submissions in PHP |
| Page 2 |
| Page 3 |
| Page 4 |
| Page 5 |
Page 2 of 5
The HTML widget:
<INPUT TYPE="text" NAME="mytext" VALUE="This is my text!">
The PHP code:
<?php echo $_GET['mytext']; ?>
Output when the form is submitted:
This is my text!
This entry was posted on . You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a comment.
Tags: Simple PHP, Pear, Easy PHP, PHP Tutorial, PHP MySQL, XSLT, Sap Tutorial, CSS Tutorial, XSL FO Java, SQL Tutorial.
| Users' Comments (0) |
|
No comment posted








