summaryrefslogtreecommitdiff
path: root/tests/run.html
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-02-18 17:59:44 +0000
committerZeev Suraski <zeev@php.net>2000-02-18 17:59:44 +0000
commitf1dac01f11d8f504cd72af163974c15b5378efbf (patch)
tree990dd8817d7c59415db1ef8b917b260baded3d5f /tests/run.html
parente6b768105dfd416adc6e281af8ee7864a9596d85 (diff)
downloadphp-git-f1dac01f11d8f504cd72af163974c15b5378efbf.tar.gz
- 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()
Diffstat (limited to 'tests/run.html')
-rw-r--r--tests/run.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/run.html b/tests/run.html
new file mode 100644
index 0000000000..281e9e57c8
--- /dev/null
+++ b/tests/run.html
@@ -0,0 +1,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>