VALIDATION MATRIX
 
Validation Matrix is a simple-to-use PHP-based form validation application that can be used to validate web form inputs according to the rules specified on the validation matrix interface.

The core class of this application is built on PHP programming language but also uses scripts such as Javascript and Cascading Style Sheet (css) to perform minor user feedback and displaying procedures.

Validation Matrix
 

Research Case Study:

 
Usually interactive websites and web-applications require a certain input or feedback from the user which then get stored temporarily in the application DOM through html. This makes the input data to be accessible for use by both client-side scripts and server-side scripts such as Javascript and PHP respectively. Ultimately this input data can then be stored to Databases such as Mysql or at least sent to different emails of the application owner for feedback purposes via mail servers.

This data needs to be validated for correct input during and before the user lives the website or application and thus before it gets submitted to the application owner. Usually a client side script is used for this kind of procedures since it does not require any server medium to compile and run. The problem arises when the application is been used under different browsers since some Javascript functions behave differently if not at all which then implies wrong feedback to the use or system being utilized by the user. On the contrary PHP behaves the same across all browsers since it runs on a server and servers are reliable.

Validation Matrix is a simple-to-use PHP-based form validation application that can be used to validate web form inputs according to the rules specified on the validation matrix interface.
 

Documentation:

 
Download Documention

  1. Downloads

Go to External Website

  1. www.validationmatrix.co.zag