Sergey Lyubka 12 anni fa
parent
commit
771ce9059c
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  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>