Error Handling PHP Tutorials
Errors can and will occur in your applications. Therefore you need to know how to handle them!
Some simple examples of techniques to verify user details entered into a form.
You don't always want PHP to display error's to you, because you may be dealing with them yourself. This article gives you the options for supressing errors.
This article explains how to use Try Catch blocks which catch exceptions and handle them in some way.
The white screen of death occur sometimes in PHP development. Find out how it happens and how to stop it.