Programming/PHP

PHP Notice: Undefined index:

단독질주 2010. 8. 25. 05:23
PHP 에러 출력 레벨이 너무 높아서 생기는 에러

error_reporting  =  E_ALL // 변경 전

error_reporting  =  E_ALL ^ E_NOTICE // 변경 후