Open main menu
Changes
PHP and HTML Forms
20 bytes removed
,
19:50, 5 June 2007
→
Processing Form Data Using PHP
<pre>
<?php
print_r( $_POST );
echo "Your name is " . $_POST['customerName'] . "<br>";
← Older edit
Newer edit →
Neil
Bureaucrat
,
administrator
34,333
edits