blob: cd3284297704eb43235ac0cc9797ec5b70766c49 [file] [log] [blame]
<html>
<form method="post">
<input name="x" type="text" />
<input type="submit" />
</form>
<? echo $_POST["x"]; ?>
</html>