Subscribe
Tutorial search

PHP Error Handling Tutorials


We hope that you will enjoy our PHP Error Handling tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own PHP Error Handling tutorial to our site. Thank you !

Sort by:
Fantastic Animation PHP/CSS/jQuery Error pages
Fantastic Animation PHP/CSS/jQuery Error pages
Get very cool animation HTTP error pages by css jquery and PHP
Difficulty:
Php error handling
Php error handling
Learn how to create your own PHP's custom error handler for your website.
Difficulty:
Exceptions in php
Exceptions in php
Detailed tutorial about execptions in php and their advantages. There are few examples of using try...catch...throw statement. Sorry for my bad english :).
Difficulty:
Simple Form Validation
Simple Form Validation
A simple PHP form validation tutorial. It has first name, last name, email and comments
Difficulty:
Making Error Page When The Mysql Offline
Making Error Page When The Mysql Offline
Making Error Page it will appear When The Mysql became Offline
Difficulty:
Php error handling
Php error handling
Learn how to handle and create custom PHP error messages and how to prevent showing out important info.
Difficulty:
Errors and How to Fix Them
Errors and How to Fix Them
This tutorial will briefly describe some of the common errors in PHP.
Difficulty:
Custom Error Handling with PHP
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. If you've re-designed your site recently or even moved some files around, this tutorial will show you how to use PHP and Apache's htaccess file to avoid losing traffic.
Difficulty:
Debugging Your Mysql Queries
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.
Difficulty:
CakePHP’s advanced model fields validation
CakePHP’s advanced model fields validation
After checking different blogs and tutorials, the bakery, API and IRC channel, it was obvious that some kind of documentation for the validation methods available in the Model was necessary.
Difficulty:
Error Reporting Sent To Your Inbox
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!
Difficulty:
Error Handling
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 around this is to provide some error handling in your scripts. By testing for errors at crucial stages (e.g accessing a database) you can provide a friendly error message for the user. This tutorial will show you how the error handling functions for the LATEdownload v2 script have been written and how you can use them in your own site.
Difficulty:
Mail on 404
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.
Difficulty:
Total Tutorials in Category: 13