Import civetweb ans jsoncpp
This commit is contained in:
9
3P/civetweb/test/x.php
Normal file
9
3P/civetweb/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>
|
||||
Reference in New Issue
Block a user