The Forms PHP class is a class for basic form processing and validation. It is not for form creation, but for handling the results of a form post and validating the information submitted.
| Tags | php class |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | OS Independent |
| Implementation | PHP |
Recent releases


Release Notes: A large chunk of the code has been rewritten and a new 'sanitization' parameter has been added, so that you can clean the data however you wish before you validate what is left.


Release Notes: The code has been advanced to allow verification functions to take parameters, and some basic string length functions have been added as way of an example.


Release Notes: A new 'has_form_been_posted' function has been added, which allows you to check that the form has been posted. An options parameter can be passed to check for a form field being set, which can be used to identify different forms on the same page.