Turn off error reporting

  6:18 am  PHP
ini_set('log_errors','On');
ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );
Reply
Share a link to this topic
close

Be the first one to reply