This commit is contained in:
Sergey Lyubka 2012-09-22 13:31:10 +01:00
parent e490b30c38
commit 771ce9059c

9
test/x.php Normal file
View File

@ -0,0 +1,9 @@
<html>
<form method="post">
<input name="x" type="text" />
<input type="submit" />
</form>
<? echo $_POST["x"]; ?>
</html>