Browse a Listing
Top > PHP > Scripts and Programs > Error Handling
Popular Tags
Free Script links
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
Ever wanted to have more control over your error pages? Maybe a simple e-mail saying someone accessed a specific page, and that page was not found. This is very useful if you have large websites, and cannot check each and every link.
We have added a feature that stores a cookie whenever visits a page with your custom error page. If the user goes to the same page twice, only one e-mail will be sent.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 13, 2006 Hits: 3 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
This code snippet can be used to trap errors in your PHP scripts. The main function is GetErrorDescription, it takes five arguments, the error type, the error message, the file the error occurred in, the line number where the error occurred, and an array containing the variables initialized and available at the time of the error. Each of these parameters is provided by PHP whenever an error occurs.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 13, 2006 Hits: 2 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR