Skip to content
On this page

php 에러 로그 보는 법

아래 소스코드 참고 하자

php
error_reporting(E_ALL); 
ini_set('display_errors', '1');