This is a simple class for checking the required inputs of a form on the server side, so the validation can be done even when user browser have Javascript support disabled.
When the form is submitted the class displays error messages to tell the when a required input is empty and needs to be filled.