PHP
Undefined Variable errors
ThinkPad War
2016. 10. 12. 22:45
반응형
경고 메시지 Notice: Undefined...
php.ini 파일의 내용 변경
;error_reporting = E_ALL | E_STRICT -> error_reporting = E_ALL ^ E_NOTICE
반응형