Page 1 of 1

if fatal error?

Posted: Tue Sep 06, 2005 10:18 am
by shiznatix
is there any way to be like, if there is a fatal error, report this error and reload this page. or just reload the page on fatal error?

Posted: Tue Sep 06, 2005 10:31 am
by feyd
php stops execution immediately on a fatal error.. sooo unless you're doing server subrequests and analyzing the output to see if it should try to reload, I don't think so.. even then, that's not automatic, now is it? :P