Home > Errors
Permalink to Using File Writing To Log Errors In Your PHP Application

Using File Writing To Log Errors In Your PHP Application

by on 05.06.2010 | no comments

When writing a PHP application it’s very important to give out nice friendly error messages to anyone using the application. The problem? You don’t get any detailed error information. To help we can add file logging to log the detailed error information.