Technology How to Disable Notice Messages, Warning Messages In PHP November 20, 2017January 14, 2020 Admin Team0 How to Disable Notice Messages in PHP To disable notice messages in PHP you can use one of two options. Edit your php.ini file to globally turn off notices or use error_reporting() in Read More