mongoose/build/test/x.php
2013-12-07 17:47:14 +00:00

10 lines
141 B
PHP

<html>
<form method="post">
<input name="x" type="text" />
<input type="submit" />
</form>
<? echo $_POST["x"]; ?>
</html>