본문 바로가기

IT

php 오류 메세지 출력하기

php 오류 출력하기

php 오류를 보이게 하려면 맨 위 상단에 입력하면 됨.

<?

error_reporting(E_ALL);

ini_set("display_errors", 1);


?>