PHP Classes

Form Validator: Validate values submitted via Web forms

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 50%Total: 6,324 This week: 1All time: 341 This week: 560Down
Version License Categories
formvalidator 1.0BSD LicenseText processing, Validation
Description 

Author

This class is meant to provide server side validation of field values submitted via Web forms.

It can validate fields on following criteria:

- Required field
- Content ( email, digit, alpha, alpha-numeric )
- Own perl or posix regular expression
- Length ( min, max, equal )
- Only defined values ( for select, radio and checkbox )
- Forbidden values
- Field values dependecies
* Value can only exist with other field(s)
* Value must be equal to other field(s) ( ex. password verification )
* Value must exists OR/XOR other value(s)
- It handles fields named like an array ( ex. radiobox/checkbox )
- It can highlight the invalid fields ( with Smarty templates )
- It can return an array which information which fields were invalid ( with field name, or logical name )

Picture of Andrzej Pomian
Name: Andrzej Pomian <contact>
Classes: 1 package by
Country: Poland Poland
Age: 42
All time rank: 44413 in Poland Poland
Week rank: 411 Up14 in Poland Poland Down

  Files folder image Files  
File Role Description
Accessible without login Plain text file example.php Example Example of usage
Plain text file FormValidator.class.php Class Main class

 Version Control Unique User Downloads Download Rankings  
 0%
Total:6,324
This week:1
All time:341
This week:560Down
 User Ratings  
 
 All time
Utility:72%StarStarStarStar
Consistency:77%StarStarStarStar
Documentation:-
Examples:70%StarStarStarStar
Tests:-
Videos:-
Overall:50%StarStarStar
Rank:2563