Hi,
I am working with php triad on windows xp. php triad has apache 1.3.23 and php4.
In the file I am using a header function to redirect to a page and the errror (Ex: header ("Location: /error.php?e=$status"); )
I get is Internal Server Error. When I look into the error logs it gives
Premature end of script headers: c:/apache/php/php.exe
I have no clue why this is. Is it a configuration problem? problem with php? or a problem with my code? Tried to look around some documentation but dint help much.
Thanks in advance for the help.
Anitha