Risolto nel php metto:

<html>
<head>
<title>Form Results </title>
</head>

<body>
<?php
$nome = $_POST["nome"];

print " Your first name is $nome.
\n";

?>
</body>
</html>