You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Reporting and handling errors in PHP PHP / Debugging and Error Handling
When developing a PHP project, whether it's a simple website or a much larger web application, it's always a good idea to take into account the potential appearance of errors in your PHP code. An error occurs whenever PHP tries to execute an instruction which either results in an impossible outcome, or otherwise prevents the script from executing in the manner intended by the programmer.