duongame
Android developer
Thursday, December 11, 2014
PHP 에러메세지 표시하기
요즘 PHP버전은 에러메세지가 표시하지 않게 되어 있다. 그래서 다음과 같이 PHP문 처음에명시하면 모든 에러메세지를 받을 수 있다.
error_reporting(E_ALL);
ini_set("display_errors", 1);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment