How to Create Your Own Exception Classes in PHP ver
| How to Create Your Own Exception Classes in PHP | ||||||||
| Category : | Php Tutorials-tips Error handling | |||||||
| Platform : | ||||||||
| Price : | ||||||||
| Developer: | ||||||||
| Version : | ||||||||
| HomePage Address : | ||||||||
| Demo URL : | ||||||||
| Date added : | ||||||||
| Download Link : | Click to Download | |||||||
|
|
||||||||
|
||||||||
|
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.... 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.... 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 right direction. It won`t make your code debuggable for you, but you`ll have an idea on how to do it. Most code can be modified to fit the schema suited for debugging fairly easily, but this guide is written with a clean slate in mind; it will de... 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 script is available for download. The script allows for email notification to the webmaster when errors occur, and gives users a link to redirect them back to the site`s homepage.... Some basic examples of using regular expressions to validate user submitted form fields.... |
Staffing Software is an useful tutorial dealing with staffs and their management. Using this article you can track all your existing staffs, their resumes and their work flow. The author explains users about the method of integrating staff selecting softwares on the website with existing employees and hiring stages. A brief description of how to increase the work flow between the staffs and to search for potential staffs among the existing staffs are provided to the users.... This is a PHP based date and time program and by using this program the web owners can display date and time on their website. Date and time will automatically be changed after refreshing the web browser. The users can easily change the design of the clock to fit on their webpage.... This is a phpCMS Plugin in that meta keywords are always hundred percentage coordinated with the contents of the HTML side. This script serves the automatic production of meta keywords. Features like search machines are supplied with the most current keywords, optimal indexing, webmaster no need to strike itself longer with the keywords unwanted words are eliminated during the production on the basis of the negative list and more are available in this script.... This is a tutorial which teaches you to create a program that will identify the number of users who are browsing your website online. In addition, this tutorial lets you know which page has been viewed by the user, and also to locate their country. The codes are demonstrated with sample programs. This tutorial will be very much useful for webmasters of any website.... This shows how to generate random passwords, these could be added to more complex scripts to create a login system.... An authentication system allows certain online material to be accessible only to a select few. This tutorial illustrates the basic construction of an authentication system using PHP.... shows you how to generate a table with alternating row colours from a MySQL databse.... This set of functions allows you to use simple PHP commands to generate complex forms containing many different inputs. It automatically outputs the HTML code for the form and makes it easy for you to process the input when the form is submitted.... Spam-Proofing Your Website Anyone who operates their own website knows that you need to provide forms in your site for visitors to contact you. The big challenge is providing easy form access to your visitors, without letting SPAM flood your email inbox or database. The techniques described in this article tell you how to reduce the amount of SPAM.... |