November 2017
Intermediate to advanced
705 pages
26h 56m
English
In This Chapter
Error Types and Basic Debugging
Adjusting Error Reporting in PHP
Creating Custom Error Handlers
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 can use to help ease the ...