5
Log and display all errors, warnings and notices
Log and display all errors, warnings and notices into a file
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
ini_set("error_log", "myerrors.log");
error_reporting(E_ALL);
Interserver | Standard & VPS Cloud Hosting | $2.50 /Month
Flexible VPS hosting platform to deploy your online projects.
Economical and balanced between processor cores, memory and storage
rated 5 times
(5)
(0)
comments: 0 / hits: 2402
/ 5 years ago, sat, sep 16, 17, 04:52:35
More From
» PHP
Comments
There are no comments for this Snippet yet