x.php 141 Bytes
Newer Older
Sergey Lyubka's avatar
Sergey Lyubka committed
1 2 3 4 5 6 7 8 9
<html>
  <form method="post">
    <input name="x" type="text" />
    <input type="submit" />
  </form>

  <? echo $_POST["x"]; ?>
  
</html>