The error means that php didn't output anything.
Possible reasons are:
php couldn't run for some reason. Go to the command line and change to the
directory containing php.exe. Run php.exe -i and you will either see an
error message which will be helpful, or a screenful of html, which means
that php works.
Once you've got php working at the command line, try via the server again.
If it still fails then it could be one of the following:
file permissions on your php script, php.exe, php4ts.dll or any php
extensions you are trying to load are such that the anonymous internet user
(ISUR_<machinename> cannot access them.
The script file does not exist (or possibly isn't where you think it is
relative to your web root directory).
If you get to this point in the email, things should now be working ok. Let
us know if they are not!
Cheers
--
Phil Driscoll
Dial Solutions
+44 (0)113 294 5112
http://www.dialsolutions.com
http://www.dtonline.org
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]