i using
error_reporting(0); error_reporting(e_none); ini_set("display_errors", "off"); ini_set("display_errors", 0);
but error still show on page
warning: xxxxxxxxxxx
- there's no
e_none
in php. - there's no
display_error
,display_errors
Comments
Post a Comment