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

How can I debug PHP cURL sessions?

Free icons

[PHP] Create MySQL Trigger in PHP