x.php 141 B

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