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 controls the error messages are displayed in the browser. A user can Set to On to display errors, or Off …

Logging Your Own Error Messages In PHP Read More »

Scroll to Top