Validate form elements

Package:
Validate form elements
Summary:
Validate values of several different types
Groups:
PHP 5, Validation
Author:
Osama Salama
Description:
This class can be used to validate values of several different types.

It takes an array with the values and validation rules that should be verified to check if the values are valid.

Currently it can check for empty values, e-mail addresses, IP addresses, URLs, integer, string, extensions and uploaded files.

The class returns the lists of errors associated to the validation rules which are not satisfied.


Powered by Gewgley