Re: php as cgi




Hhhhmmm... Have you tried to... ?

<?php

header('HTTP/1.0 200 OK');
header('Content-type: text/plain');

?>

Header('Content-type: text/plain'); is enough (usualy) Marek .