If you turn off error reporting in an included file is it turned off for all other included files? I'm trying to not display any error messages to users just have them log to the file. I have a config file I'm considering putting error_reporting(0); into but am not sure if a) it'll stop subsequent calls b) it's correct to right to the log file still.



Reply With Quote
Bookmarks