Category Archives: PHP

PHP Error Reporting: How to Enable & Display All Errors / Warnings

During the execution of a PHP script, many types of errors and warnings are generated. Errors and error reporting in PHP are something that many newcomers to the language may overlook at first. It is because PHP errors get muted by default on many PHP-based web server configurations. Activating error messages in the production phase is not a… Read More »