Search
Advanced Search
Show Categories
Add New Script
Modify script
About Us
Terms Of Use
Link To Us
Recommend Us
Contact Us
Links
List by category
Most popular
 1. WeberDev's Forums
 2. Easy payments...
 3. Circular preloader
 4. Phase...
 5. FFTW with OpenCV
 6. Menu with...
 7. Basic...
 8. UserGate...
 9. PixExpose
10. Two Levels XML...
more ...
Top rated
 1. Pixel Ad Script
 2. Googlebot last...
 3. Export MS...
 4. XMLNuke
 5. Smash Bugs | ...
 6. EViLDDL Top Site
 7. Visitor Statistics
 8. Site Web...
 9. The Perfect...
10. CodeAvalanche...
more...

HOME > PHP > Error Handling

 Error Handling scripts

How to Create Your Own Exception Classes in PHP
Learn to get control over how (or if) error messages are displayed to users, even though you're using several third-party libraries that each have their own views on handling errors.
 
Error Management
The add_error page is used to report an error message. The person who reports the error has the option of reporting the error to one or more developers. The list_error.php files is used to list error reports in a certain order. The error reports are
 
Graphical Overlay Demo
I couldn't find a graphical overlay demo on the net and I wanted to have a nice ornate way of displaying errors by simply calling a function. After a while of looking for one, I decided to create one myself. The outcome is that of a dimmed page wit
 
Regular Expressions And Forms
Some basic examples of using regular expressions to validate user submitted form fields.
 
Website Error Corrector PHP
Website Error Corrector is a PHP script which will catch your website's "Page Not Found", 404 error, and show a custom page to the user.This page will provide information on the broken link and a list of pages available on your website or l
 
Link Checker
Link checker to help get rid of any dead links on your web pages. Coded in PHP.
 
GaMerZ error_log Cleaner
Scan and delete error_log file on your web server. error_log is generated by PHP is there is any errors encountered.
 
A simple Custom Error Page Generator in PHP
This simple, free script, along with a few extra lines in your .htaccess file, allows the building of custom error pages on-the-fly. The coding principles and .htaccess requirements are discussed with examples, and a complete and commented PHP scri
 
PHPmy404
Let's face it, we all hate those ugly and uninformative Page Not Found error messages when a page no longer exists or cannot be found. This script was made in order to make error documents more informative and attractive for both the user and the web
 
Writing Debuggable Code
For those of you who take on massive coding tasks such as creating an entire site from scratch, you'll notice that it tends to become tedious to debug your code unless you've taken a few precautionary measures. This tutorial will start you off in the
 
1 2 3