diff options
Diffstat (limited to 'src/civetweb/test/x.php')
-rw-r--r-- | src/civetweb/test/x.php | 9 |
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 00000000..cd328429 --- /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> |