Sergey Lyubka il y a 12 ans
Parent
commit
771ce9059c
1 fichiers modifiés avec 9 ajouts et 0 suppressions
  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>