diff options
| author | Zeev Suraski <zeev@php.net> | 2000-02-18 17:59:44 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2000-02-18 17:59:44 +0000 |
| commit | f1dac01f11d8f504cd72af163974c15b5378efbf (patch) | |
| tree | 990dd8817d7c59415db1ef8b917b260baded3d5f /tests/run.html | |
| parent | e6b768105dfd416adc6e281af8ee7864a9596d85 (diff) | |
| download | php-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.html | 11 |
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> |
