Changes

Jump to: navigation, search

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>";

Navigation menu