Using File Writing To Log Errors In Your PHP Application
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.
Read more
Recent Comments