Display all errors in PHP script


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



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

URL: http://snipt.net/public/tag/php

Report this snippet


Comments


You need to login to view comments.