php-src/tests/run.html

12 lines
167 B
HTML
Raw Normal View History

<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>