1 2 3 4 5 6 7 8 9 10 11
<html> <body> <form action="run.php" method="POST"> <textarea name="code" cols=50 rows=20> </textarea><br> <input type="submit" value="Go!"> </form> </body> </html>