-
Utility to validate the fields from a form, you can set the idioms and the fields with an array. If the fields are defined correctly, the ok page is displayed.
-
Paranoia was designed to check the validity of the parameters that a php page will receive after a form submision.Paranoia can be used to check the variables sent by POST or GET.
-
Validator Class is meant to validate page request values eventually submitted using forms via POST or GET HTTP methods. It provides functions that retrieve values submitted in a request variable of a given name and then performs the specified type of validation.Validator Class provides many built-in types of validation like: is it a valid number, integer, boolean, name of variable, ...
-
XHTML Validator can validate XHTML documents. It may also validate other types of XML documents. It can validate a XHTML document first determining whether it is well-formed and then verifying whether it uses only valid tags and attributes. The list of tags and attributes accepted as valid is configurable.If there is an error, it can provide detailed information about what ...
-
class_cnpj allows you to make the validation of Brazilian tax ID for companies and institutions (CNPJ).
-
ISO 2709 Record is meant to handle record files in the ISO 2709 format, a common format for data exchange between libraries. It provides functions for validating, reading and creating records in the ISO 2709 format.ISO 2709 Record is able to retrieve given fields in the 'MARC' flavour record and generating such records from raw data.Limitations:The comments in the code ...
-
Validator classes dynamically creates validation javascript.Currently Validator classes is only generating limited comparisons. I did not want to clutter up the code with unnecessary test cases when I did not use them within my system.The system is fairly easy to understand and fairly easy to extend. Just the sort of thing that everyone has been looking for in a validator
-
hrwsPassport validates the numbers from a german identity card or passport.It also returns the birth date, the expiration date and the age of the owner.
-
Validate String is a validation class for validation of misc strings. It is ideal to validate form data.Yet Validate String can validate the following string types:- alphabetical- alphabetical lowercase- alphabetical uppercase- numerical- alphanumerical- postcodes for: austria, australia, germany, estonia, netherlands, italy, sweden, united kingdom, united states- email- url- ip address
-
Check and validate class contains several funtions to validate text values like email addresses and integers with minimum and maximum range checking.It also has debugging and benchmark functions to check your scripts and to show how long they take to execute.
-
form-o-mat is meant to generate and validate HTML forms using a few functions to define inputs, load and validate the submitted values, and output the form.form-o-mat lets the developer define individual form inputs or inputs that usually are added in logical groups like groups of radio buttons or checkboxes.When the form inputs are added to the form composition the class ...
-
Active URL is meant for manipulating URLs and anchor tags in HTML code and text strings.Functions of Active URL:- Process text strings to detect HTTP, HTTPS and FTP URLs and convert them into HTML links- Remove any links from HTML code- Validate text strings to determine whether they contain valid URLs- Append additional parameters to URLs of links in HTML ...
-
A Class to render automagically Form Fields Html code. I use it in combination with a table that contains the fields description like type, name, javascript events, text, default options, and so.
-
Mrasnika's configuration system uses an XML file to store a data structure for keeping different kind of settings. The XML file has different element of several data types, which are validated when the settings are stored or retrieved.The settings from the configuration file are split in different groups, depending on the purpose for which they are used in the application. ...
-
PHP Captcha can generate images with a random text that can be used to perform real human user validation also known as CAPTCHA (Completely Automated Public Turing Test to Tell Computers and Humans Apart). PHP Captcha can generate an image with a random text with a given length.The text is rendered with a given font using the GD library functions. ...

