Basically PHP did not produce any output. This is because either your source
php file did not exist, or the permissions on the file were such that php
couldn't read it, or that PHP did not run - this is usually because php.exe,
php4ts.dll, php.ini or any extension dlls you configured could not be loaded
because the anonymous web user did not have permission to access them.

Try opening a command window, changing to the directory containing php.exe
and typing php.exe -i
If you get a screenful of html then you know php is ok and it is almost
certainly a permissions issue.

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]

Reply via email to