mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
11 lines
167 B
HTML
11 lines
167 B
HTML
<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>
|