PHP-Klasse::Easy PHP Validation 25.02.2007

Kurzbeschreibung: Fetch and validate request values in several ways
Veröffentlicht am: 25.02.2007
Gruppe(n):
- HTTP
- Validation
Beschreibung:
This class can be used to fetch and validate request values in several ways.
It provides functions to fetch session, cookie, POST or GET form request values, as well other functions to perform several types of validation.
Currently it can validate a value as an e-mail address, a number, alphanumeric test, a date, state code with two characters, IP address, HTTP URL, check whether a value is defined, check the length of the value, and compare two values.
Link: Easy PHP Validation