PHP ini_set display errors and default timezone


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



Copy this code and paste it in your HTML
  1. ini_set("display_startup_errors","1");
  2. ini_set("display_errors","1");

Report this snippet


Comments


You need to login to view comments.