PHP Classes

MH Validator: Validate multiple input text values

Recommend this page to a friend!
  Info   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum (2)   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 208 This week: 1All time: 8,386 This week: 560Up
Version License PHP version Categories
mh-validator 1.0GNU General Publi...5.2Validation
Description 

Author

This class can validate multiple input text values.

It can take text values as parameters and validate them according to multiple rules.

Currently it can validate as non-empty string, as number, as boolean, email address, IP address, URL, compare with given value, number between a range, etc..

Picture of Matteo Hertel
Name: Matteo Hertel <contact>
Classes: 2 packages by
Country: United Kingdom
Age: 33
All time rank: 3719160 in United Kingdom
Week rank: 411 Up12 in United Kingdom Up

Details

MH_Validator PHP class to validate input, There are two type of validation, with static function to take a one shot validation and a regular way by instantiating the object, in this way an error array will be generated if an error will be found. Note by calling the notEmpty function the orginal input wll be stripped by reference You can validate: - string - number - float - integer - boolean - notEmpty string - email - ip - ipv4 - ipv6 - url - alphabetic string - strong password - compare two string - check if the string lenght is between two values You can find the demo of this class at: http://test.matteohertel.com/MH_Validator/index.php

  Files folder image Files  
File Role Description
Accessible without login Plain text file index.php Example Example script
Plain text file MH_validator.class.php Class Class source
Accessible without login Plain text file README.md Data Auxiliary data

 Version Control Unique User Downloads Download Rankings  
 100%
Total:208
This week:1
All time:8,386
This week:560Up
User Comments (2)
Really good , It allows to write rock solid code and avoiding...
10 years ago (Marco Giordano)
70%StarStarStarStar
good
10 years ago (Rahul Shambharkar)
70%StarStarStarStar