Can anyone tell me the correct syntax for a status 200 header return in the command
header("HTTP/1.0 404 Not Found");
Thanks
Carl
carl AT coolbeans DOT co DOT uk
I sussed it in the end with trial and error.. correct syntax is
header("HTTP/1.1 200 OK");