Error handling
Posted: Mon May 14, 2007 10:03 pm
Hi there,
how can i improve on my error handling
say for example within my php script i have this line of code
$result = this_function_does_not_exit(); // this will cause a fatal error
if i want to send an email to myself in above scenario how can that be done.
thanks in advance
jas
i am using php4.3
how can i improve on my error handling
say for example within my php script i have this line of code
$result = this_function_does_not_exit(); // this will cause a fatal error
if i want to send an email to myself in above scenario how can that be done.
thanks in advance
jas
i am using php4.3