We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PHP page (page.php):
page.php
<title>PHP</title> <h1>This PHP page</h1> <p><? parse_str($_SERVER['QUERY_STRING'], $_GET); echo "Hello from php: " . htmlspecialchars($_GET["var"]); ?></p>
Command:
shell2http -cgi /php 'php page.php'
URL:
http://localhost:8080/php?var=test