Best Tutorials website
Latest tutorials

Advertisment

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...


Views: 951 | Rating star | by Colin
PHP - Error Handling

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...


Views: 996 | Rating star | by Mark
PHP - Error Handling

Errors and How to Fix Them

Errors and How to Fix Them

This tutorial will briefly describe some of the common errors in PHP.


Views: 834 | Rating star | by Brad
PHP - Error Handling

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...


Views: 817 | Rating star | by Marry
PHP - Error Handling

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.


Views: 779 | Rating star | by Colin
PHP - Error Handling

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...


Views: 377 | Rating star | by Adam
PHP - Error Handling

PHP Debugging with Zend Studio

PHP Debugging with Zend Studio

In this tutorial, we will explore how to use the latest update of Zend Studio for debugging PHP scripts. But first, we will get an overview of the...


Views: 869 | Rating star | by Colin
PHP - Error Handling