This is a basic example on how to use access the values that are entered in an HTML form. The technique used to handle and process the data is described in the Form Access Introduction.
You can open this page in PageSpinner to view the PHP code that displays the values entered in the form.
Enter some text in the following fields and click the Submit button:
} else { $theComment=$_POST[Comment]; $theName=$_POST[Name]; echo("Thank you, have entered the following:
");
echo("Comment: ". $theComment ."
");
echo("Name: ". $theName ."
This PHP code example is copyright © 2002-2003 Optima System. All rights reserved worldwide. Unauthorized distribution prohibited. SpinPHP™ User License.