Answers for "php display errors disable"

PHP
1

php disable errors

error_reporting(0);
@ini_set('display_errors', 0);
Posted by: Guest on March-27-2021
0

php disable html errors

ini_set('html_errors', false);

-- OR edit php.ini --
html_errors = Off
Posted by: Guest on November-21-2021

Browse Popular Code Answers by Language