| Showing 1 - 9 from 9 tutorials on Page 1. |  | |
| | | Custom Error Handling with PHP | | Custom error documents are a valuable tool to have. Using this tutorial you'll be able to redirect any user to a specified location on your site if they have reached an error such as Error 404 - Document Not Found or Error 500 - Internal server Error. I... | | Added: 22 March 2007 - Visits: 138 | | | | | | | | PHP error handling | | Learn how to make your own custom error messages. | | Added: 22 March 2007 - Visits: 146 | | | | | | | | Forms Error Reporting | | This tutorial will show you an effective way to handle form input validation errors, and how to show them effectively. | | Added: 22 March 2007 - Visits: 156 | | | | | | | | Debugging Your Mysql Queries | | In this tutorial you are going to learn how to make your scripts easier to debug and how to make your errors more user friendly. | | Added: 22 March 2007 - Visits: 169 | | | | | | | | Error Reporting Sent To Your Inbox | | This tutorial will show you how to redirect a user to your error page when the code causes and error, or a url is missing. Then the code grabs the error number, error causing code, and mails all of the info directly to your inbox! | | Added: 18 March 2007 - Visits: 130 | | | | | | | | Errors and How to Fix Them | | This tutorial will briefly describe some of the common errors in PHP. | | Added: 17 March 2007 - Visits: 132 | | | | | | | | Error Handling | | Every website will encounter errors from time to time. Most sites will not have any error handling in place and the visitor will most likely receive a cryptic programming error. This can turn visitors away as they don't know what is happening. The way a... | | Added: 16 March 2007 - Visits: 153 | | | | | | | | Mail on 404 | | A snippet of PHP code which will send you an e-mail every time a document is requested that is no longer there, ie when a 404 error comes up. Comes with instructions and an explanation of how the code works. | | Added: 16 March 2007 - Visits: 127 | | | | | |