The PHP engine Trigger Errors is an error whenever it encounters a problem with the script, a user can also trigger errors themselves. It can help to make the application more robust, because it can …
Read More »Handling and Avoiding Errors in PHP
Logging Your Own Error Messages In PHP
logging-error-messages-php When an error is raised, the PHP engine usually logs the error message somewhere. A user can control exactly where the error message is logged by using a few PHP configuration directives: display_errors: This …
Read More »