Re: Error Handling question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, August 6, 2007 4:41 am, debussy007 wrote:
> I am new to PHP and need some help for error handling.
>
> I read in the docs that i can handle the errors this way in my PhP:
>
> set_error_handler('errorHandler');
> function errorHandler($errnum,$errmsg,$file,$lineno){
>     [...]
> }
>
> But does that mean that I have to copy paste this code in all my Php
> pages
> or is there a better way ?

Put it in an include file with all the other functions you are going
to need shortly.

http://php.net/include

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux