php-src/tests/run.html
Zeev Suraski f1dac01f11 - Fix some issues with the ISAPI module, made it friendlier to non Win32 platforms
- Added .reg file for PWS setup
- Reordered some stuff in phpinfo()
2000-02-18 17:59:44 +00:00

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