Form Handling
When a form is submitted to a PHP script, any variables from that
form will be automatically made available to the script by PHP. For
example the following form is processed by the script
php-form1.phtml, source
More complex example
Page Source
<< functions |
PHP Tour |