Hi all
here is the code on which I have a pb
if(!headers_sent())
{
header("HTTP/1.1 500 Internal Server Error");
exit();
}
it doesn't send any 500 error..I got a black page..I tested the hearders are not sent before..
any idea ?
same with http 1.0 and 404 error...