This class can validate values of several types.
It provides several functions to validate a given value according to a validation rule. The functions return a given error string if the rule is not satisfied.
Currently it provides validation rule functions to verify if the value contains letters with a length between a given minimum and a maximum, is a valid e-mail address, contains only digits, is a user name with alphanumeric characters with a minimum length, is a valid date, is a valid address, or is a valid password.
| |
Screenshots |
|
|
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
exemple1.php |
Example |
This example to demonstrate how we use validation class |
validation.class.php |
Class |
PHP validation class containing a validation function for each input field |