n. 1. the inherit form in every MySQL table. 2. the php script that makes it happen.

Support This Project

Formitable - Form creation class

Description

Formitable is a PHP class used to ease the creation of submit-ready HTML forms from MySQL database tables. It analyzes the fields of a given table and outputs the best input type for each (e.g. enum type becomes radio buttons or select, set type becomes checkboxes or multiselect). Data is automatically inserted into the table upon form submission.

Formitable Features