PHP Error reporting on


/ Published in: Other
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);

Report this snippet


Comments


You need to login to view comments.