Bob Lockie schrieb:
> 
> I want to display an HTML page if PHP can't load an include file or
> otherwise has an error or just doesn't work.
> How do I do this?


if you using apache you could do this with an ErrorDocument line
which also is usefull to prevent the 404 error page.

take a look at:

http://httpd.apache.org/docs/mod/core.html#errordocument


-- 
 @  Goetz Lohmann, Germany   |   Web-Developer & Sys-Admin
\/  ------------------------------------------------------
()  He's the fellow that people wonder what he does and
||  why the company needs him, until he goes on vacation.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to