summaryrefslogtreecommitdiffstats
path: root/src/civetweb/test/x.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/civetweb/test/x.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/civetweb/test/x.php b/src/civetweb/test/x.php
new file mode 100644
index 000000000..cd3284297
--- /dev/null
+++ b/src/civetweb/test/x.php
@@ -0,0 +1,9 @@
+<html>
+ <form method="post">
+ <input name="x" type="text" />
+ <input type="submit" />
+ </form>
+
+ <? echo $_POST["x"]; ?>
+
+</html>