i have an script, it send a header response:

<?php
header ("HTTP/1.1 206 Partial content");
.....

it works fine im my server on windows2000 as apache module, but doesn´t work
in my apache cgi
on internet (linux). The following error appears when i run the script.


[Wed Jan 29 11:07:18 2003] [error] [client 200.43.42.120] malformed header
from script. Bad header=HTTP/1.1 206 Partial content:
/usr/local/php/bin//php

Somebody know how i can make it works.
Thanks, Martin





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to