5
Display and log errors
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('log_errors', TRUE);
ini_set('error_log', 'php.log');
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: 1666
/ 4 years ago, sat, dec 8, 18, 05:48:50
More From
» PHP
Comments
There are no comments for this Snippet yet