Remove warning messages in PHP
I have some PHP code. When I run it, a warning message appears. How can I remove/suppress/ignore these warning messages? 13 Answers 13
I have some PHP code. When I run it, a warning message appears. How can I remove/suppress/ignore these warning messages? 13 Answers 13
I have checked my PHP ini file (php.ini) and display_errors is set and also error reporting is E_ALL. I have restarted my Apache … Read more