1<html>
2  <form method="post">
3    <input name="x" type="text" />
4    <input type="submit" />
5  </form>
6
7  <? echo $_POST["x"]; ?>
8
9</html>
10