I'm on a shared hosting and want to hide all errors from the visitors so I use error_reporting(0) but this will lead to erros not saving in the error_log file that's created in the directory where the file is located. How to turn off erros but add them to the error_log?
Tried display_errors,0 but it seems my shared host is not allowing the edit of ini
Thanks