The info on ths page is being submitted to post.php. post.php has the following code:
<html>
<head>
</head>
<body>
    Welcome to post.php. You entered: <?php echo $_REQUEST["name"]; ?>!
</body> </html>