Re: [PHP] Action on 'Require' Fatal Error

2008-07-09 Thread Eric Butera
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

2008-07-09 Thread Joe Harman
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