Just send any form to this page and it will show the names of the fields it is hopeful to collect.
$param_val) {
$message = $message."$param_name: $param_val
\n";
}
echo $message;
?>
Also
print_r($_GET); // for all GET variables
print_r($_POST); // for all POST variables











