". $_POST['name']. "
";       echo "You are ". $_POST['age']. " years old.
";       echo 'Now: '.time();       exit();    } ?>
   Name:    Age: