I'm just curious what other people are using for error reporting.
I've had a number of recent complaint for one of my scripts that users are getting lots of these types of errors:
So I am not using error_reporting(0); at the top of the script. This suppresses the warnings, etc..."Notice: Undefined variable:".....
But it got me thinking.. what do other php programmers recommend and use for their scripts? What level of error reporting do you set?
Thanks!






Bookmarks