mongoose/test/x.php
Sergey Lyubka 771ce9059c added
2012-09-22 13:31:10 +01:00

10 lines
141 B
PHP

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