mongoose/test/x.php

10 lines
141 B
PHP
Raw Normal View History

2012-09-22 20:31:10 +08:00
<html>
<form method="post">
<input name="x" type="text" />
<input type="submit" />
</form>
<? echo $_POST["x"]; ?>
</html>