Since most of web development revolves around form processing i made this crude Error handling class a while back. Its very simple containing 1. isEmpty 2. isValidLength 3. isNumerical 4. isAlpha …and more. enjoy. /*************************** * Name: Error.class.php * Description: Handles error checking and reporting * throught out the site. ****************************/ class Error { var