Sergey Lyubka 12 年之前
父节点
当前提交
771ce9059c
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      test/x.php

+ 9 - 0
test/x.php

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