Display PHP error messages even when they are suppressed in the php.ini


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. ini_set('display_errors', "1");
  2. ini_set('error_reporting', E_ALL ^ E_NOTICE);

URL: http://zoocha.com/what-we-do/development/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.