PHP Error reporting


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



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

URL: http://www.bradino.com/php/error-reporting/

Report this snippet


Comments


You need to login to view comments.