Get PHP to display warnings and errors only not Notice

Just put the Below code in Php.ini

error_reporting = E_ALL & ~E_NOTICE;

Comments

Popular posts from this blog

Simple Laravel CRUD with Resource Controllers

[PHP] Create MySQL Trigger in PHP