Re: [PHP] supressing warnings in error_log

2006-03-02 Thread Robert Cummings
On Thu, 2006-03-02 at 13:47, Jason Gerfen wrote: > I would like to know how to suppress Warning error_log entries dealing > with undefined vars: eg. > Undefined index: del_pxe in /test.php on line 33, referer: > http://website.com/index.php The best way is to write clean code that checks for th

Re: [PHP] supressing warnings in error_log

2006-03-02 Thread John Nichel
Jason Gerfen wrote: John Nichel wrote: Jason Gerfen wrote: I would like to know how to suppress Warning error_log entries dealing with undefined vars: eg. Undefined index: del_pxe in /test.php on line 33, referer: http://website.com/index.php There is that pesky manual thing online...

Re: [PHP] supressing warnings in error_log

2006-03-02 Thread John Nichel
Jason Gerfen wrote: I would like to know how to suppress Warning error_log entries dealing with undefined vars: eg. Undefined index: del_pxe in /test.php on line 33, referer: http://website.com/index.php There is that pesky manual thing online... http://us2.php.net/ini_set http://us2.php.n