1. How to Implement PHP Form Validation Without Mixing the Form Processing with the Form Validation Logic
Many applications need to generate and validate forms. Usually they generate JavaScript to validate the form values before the form is submitted to the server.
This class provides means to define validation rules as a separate files in the INI format.
This possibility simplifies the building and maintenance of form based Web applications, as developers can easily find the different files that are used to process forms and define form validation rules.
More ... Post a comment See comments (0) Trackbacks (0)
This class provides means to define validation rules as a separate files in the INI format.
This possibility simplifies the building and maintenance of form based Web applications, as developers can easily find the different files that are used to process forms and define form validation rules.
More ... Post a comment See comments (0) Trackbacks (0)