Sergey Lyubka %!s(int64=12) %!d(string=hai) anos
pai
achega
771ce9059c
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  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>