 |
|
Innovation award
 Nominee: 1x |
This class can be used to validate form values according to several rules.
It can check field values of forms submitted using the POST method and perform several types of validation.
Invalid values are associated to given error messages.
Currently it can validate field values with rules: has alphanumeric characters, is a date or time, is an e-mail, has only numbers, has an exact or minimum length, is different from another field, is not empty, is a phone number, is an URL, or is an social security number.
It may also clean values to prevent cross-site scripting attacks.
| 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 |
ajax.php |
Aux. |
Process post value before it gets submitted |
register.php |
Example |
Demonstrates validating all fields on a registration form |
sign_in.php |
Example |
Demonstrates validating a simple form |
test_comment.php |
Example |
Demonstrate removing all script(eg. <?php, <script> etc..) tags comment form. |
validation.php |
Class |
main class |