As programmers and web designers, errors are inevitable. Often, time constraints that surround programming projects are concerned not with original code generation, but with code debugging, a large and resource intensive task within many computing jobs. Don't think of errors as problems, but as opportunities to improve your code to ensure correct functioning of your finished project.
This article examines 4 types of errors on the Internet, how to recognize them, and ultimately how to recover quickly from them. Next, I take a look at PHP-specific errors, including what they mean, and introduce PHP's support for custom error reporting.