mirror of
https://github.com/civetweb/civetweb
synced 2025-03-28 21:13:27 +00:00
added
This commit is contained in:
parent
e490b30c38
commit
771ce9059c
9
test/x.php
Normal file
9
test/x.php
Normal file
@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<form method="post">
|
||||
<input name="x" type="text" />
|
||||
<input type="submit" />
|
||||
</form>
|
||||
|
||||
<? echo $_POST["x"]; ?>
|
||||
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user