How to turn on PHP Errors in php files


<? @ini_set("display_errors", 1); @ini_set("log_errors", 1); @ini_set("error_reporting", E_ALL); ?>


Comments

Please login to comment