Basic PHP form processing : _POST « Form « PHP






Basic PHP form processing

 
<?php
echo 'Hello, ' . $_POST['first_name'] . '!';
?>
  
  








Related examples in the same category

1.Changing a value in $_POST
2.if else to check posted variables
3.Verifying a required element
4.Superglobals vs. Globals
5.Testing a required field
6.Set Cookie Data