I am creating a Content management site. I have many forms to create/modify/delete data. I am validating the form fields by reading a set of field_names from a table and check the field_names required.. I don't think this is the best solutino because it's putting pressure on my MySQL database.. If anybody else knows of a better method can you tell me.
Note. I am using one function to validate all forms based on the fields returned from the database.