PHP Validation
Free and open source PHP scripts about Validation algorithms.Anti-spam, CAPTCHA, form validation provided-
Verification Image generates an image with random text to verify that a form was submitted by a real human being.It adds some visual elements that are meant to confuse OCR (Optical Character Recognition) software, thus making it very difficult for robot scripts to determine the actual text that is displayed in the generated image.Requirements: GD library compiled with PHP
-
Validations is a simple class implements several rules to validate text values on the server side, eventually submitted by the user in Web forms.Currently Validations implements the following validation rules:- E-mail address- Signed integer number- Unsigned integer number- Alphanumeric text with letters, digits and spaces- Date formatted as MM/DD/YYYY or MM-DD-YYYY
-
Veriword is a PHP Captcha system thats generate a question in form of an image with random baffle text or in another form such as an animated flash. The class is capable of picking a random word, generate captcha and store the word in an encrypted session variable for posterior validation eventually in a form on which it is used ...
-
FormBuilder is a PHP class that simplifies the process of creation and validation of HTML forms. It can also output the results in a text form and email them. FormBuilder in essence manages a collection of field classes that implement a standard interface defined by the FormField class.Classes currently implemented include text fields, radio buttons, checkboxes, popup menus, date/time, etc. ...

