It means you've got "friendly" error messages turned off in Internet
Explorer (assuming you're using that).  You've got a 500 error, which
helpfully means "internal server error".  Can't really be of much more help
than that unless we see the code.  At least one example of why it might be
doing that would be returning headers from PHP when running it as a CGI
script.

Send us your code and we might be able to help

Ross

-----Original Message-----
From: Markus Weber [mailto:[EMAIL PROTECTED]]
Sent: 14 November 2001 14:08
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Error: text/html Content-Length


Hi,

does anybody know whtat this error message mean ?

HTTP/1.1 500 Server Error Server: Microsoft-IIS/5.0 Date: Wed, 14 Nov 2001
08:49:34 GMT Content-Type: text/html Content-Length: 44 -2147417842
(0x8001010e)

In my script I used the HEREDOC syntax:

echo <<<BLOCK_A
(html tags)...

BLOCK_A;


bye,
markus



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




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