Re: [PHP] Action on 'Require' Fatal Error
On Wed, Jul 9, 2008 at 4:49 PM, Joe Harman <[EMAIL PROTECTED]> wrote: > Hello, > is there a way to call a function or do a header("Location: page.php") when > a fatal error is detected from using a the require statement > > Thanks > Joe Harman > You can set up a custom error handler. This will in
[PHP] Action on 'Require' Fatal Error
Hello, is there a way to call a function or do a header("Location: page.php") when a fatal error is detected from using a the require statement Thanks Joe Harman