Sending headers to server
[email protected] (Miguel Guedes)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
Hello List,
I'm running PHP 5.4.9 as CGI (via apache 2.2.22) and can't seem to be
able to send headers to the server.
Both,
header('Status: 500 Internal Server Error');
and,
header('HTTP/1.1 500 Internal Server Error', true, 500);
result in nothing happening on the client side.
What am I missing?