PHP Debugging

Debugging or troubleshooting PHP can be a time-consuming and frustrating process. Especially, when such a small thing, like a missing semicolon, can cause huge problems. Worse of all is when there is no responsive or indication of the problem except for a blank white page, known as the as the "White Screen of Death."

This section will cover common problems that you may encounter as you begin to work with PHP and step that can be done to both fixed and avoid these problems. We will also discuss the different types of warning and errors that given by PHP, and how to display them on the screen.