<html>
  <body>
     <?php
       echo "Tere, ".$_REQUEST["eesnimi"];
     ?>
  </body>
</html>