1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-01 19:26:52 +03:00
Files
libhttp/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>