<?php $text $_GET["text"]; ?>
<html>
  <head>
  </head>
  <body>
    You entered <b><?php echo $text ?></b>
    into the <i>text</i> field.
  </body>
</html>