HTTP Request Checker (HRC) in PHP Wiki
PHP object validator for user inputs such as strings or arrays
Brought to you by:
a-tom
HTTP Request Checker (HRC) is a low-level validator of user inputs on the web. You can validate fields from a simple form or map and validate values in more complex structures such as arrays or objects submitted by JavaScript/jQuery or similar using AJAX.
As a low-level validator, HRC does not provide any automated form generation which can be seen in other existing validators. HRC is here to validate, not to do anything with the GUI.
TODO: upload source code!
This functionality could, however, be pretty easily implemented in an extending class.
-For a better understanding of HRC, check the attachment or read the PDF file here.
-For examples of usage, refer to the example Wiki page.
- API generated from source comments by Apigen