September 2011
Intermediate to advanced
696 pages
21h 29m
English
In This Chapter
Error Types and Basic Debugging 242
Adjusting Error Reporting in PHP 250
Creating Custom Error Handlers 253
SQL and MySQL Debugging Techniques 262
If you’re working through this book sequentially (which would be for the best), the next subject to learn is how to use PHP and MySQL together. However, that process will undoubtedly generate errors, errors that can be tricky to debug. So before moving on to new concepts, these next few pages address the bane of the programmer: errors. As you gain experience, you’ll make fewer errors and learn your own debugging methods, but there are plenty of tools and techniques the beginner ...