Display Errors in PHP


/ 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('log_errors', 1);
  3. ini_set('error_log', dirname(__FILE__) . '/error_log.txt');

Report this snippet


Comments


You need to login to view comments.