Has anyone figured out how to catch fatal errors? Something like a
script like this with an obvivous parse error.
<?php
try {
bar = foo;
} catch (Exception $exception) {
echo "hello";
}
?>I want to know how to catch any klind of error so I can deal with it gracefully instead of crashing the CGI. Charles Killmer Netgain Technology [EMAIL PROTECTED] Office: (320) 251-4700 ext 107
