ApPHP DataValidator free control - Version 1.0.2 ApPHP DataValidator is a simple lightweight tool usefulfor primary general data checks. It handles numbers,strings, emails, URLs. A range of parameters isprovided for a wide variety of different verifications.All parameters are used optionally and could beswitched on and off for every specific value. TheDataValidator component accepts an array or an objectas data container. Data validation is typically used tomake sure that incoming data has a certainquality/value. The validation process is running on aserver-side. This component may be used for: - Databasedata validation, - Function parameters or returnedvalues validation, - Web forms data validation, etc.