DEBSOURCES
Skip Quicknav
sources / civetweb / 1.16%2Bdfsg-3 / test / x.php
123456789
<html> <form method="post"> <input name="x" type="text" /> <input type="submit" /> </form> <? echo $_POST["x"]; ?> </html>