[EMAIL PROTECTED] wrote:
I want to write a php page that can return a 503 with some useful
information.
?>
Is what I've done so far - yet it doesn't work
You need to elaborate or define what "works" means to you, because my
first assumption is that it works just fine. What behavior ar
[EMAIL PROTECTED] wrote:
I want to write a php page that can return a 503 with some useful
information.
?>
Is what I've done so far - yet it doesn't work, the headers don't seem to be
modified and my page just returns the echoed contet and both firefox and IE
blithely ignore the fact tha
[EMAIL PROTECTED] wrote:
I want to write a php page that can return a 503 with some useful
information.
try
header("Status: 503 Service Unavailable");
echo "Page execution failed.\n";
?>
Is what I've done so far - yet it doesn't work, the headers don't seem to be
modified and my pag
3 matches
Mail list logo