tutorials

Sponsors
Partner Sites
Mail on 404
A simple snippet of php code to insert in your custom 404 error page. It will send an e-mail when a visitor encounters a 404 page and certain conditions are met. The tutorial explains how the script works and where to insert the code.
PHP Tutorials > Error Handling
 
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
PHP Tutorials > Error Handling
 
Error Checking In Forms
Some basic examples of error checking in html forms such as a contact form, checking if all fields are completed or if two fields match, etc.
PHP Tutorials > 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 aro
PHP Tutorials > Error Handling
 
Javascript alert using PHP
Create a javascript alert function within PHP so you can call it.
PHP Tutorials > Error Handling
 
Custom 404 Error Page With Email Notification
A tutorial that shows you how to set up your site so that you receive an email whenever a visitor encounters a file not found error. Can easily be adopted for other errors such as 400 (Bad Request), 401 (Authorization Required), 403 (Forbidden), and 500 (
PHP Tutorials > Error Handling