mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-25 11:39:01 +08:00
10 lines
141 B
PHP
10 lines
141 B
PHP
|
<html>
|
||
|
<form method="post">
|
||
|
<input name="x" type="text" />
|
||
|
<input type="submit" />
|
||
|
</form>
|
||
|
|
||
|
<? echo $_POST["x"]; ?>
|
||
|
|
||
|
</html>
|