error_reporting(E_ERROR | E_PARSE); // error_reporting(E_ALL);
ini_set("display_errors", 1);
----------------------------
.htaccess
php_flag display_errors on
php_value error_reporting 5
error_reporting(E_ERROR | E_PARSE); // error_reporting(E_ALL);
ini_set("display_errors", 1);
----------------------------
.htaccess
php_flag display_errors on
php_value error_reporting 5
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기