Files
cpp-project-template/third_party/prometheus/3rdparty/civetweb/test/x.php

10 lines
141 B
PHP
Raw Normal View History

2025-08-22 18:22:57 +08:00
<html>
<form method="post">
<input name="x" type="text" />
<input type="submit" />
</form>
<? echo $_POST["x"]; ?>
</html>