This package can be used to generate HTML forms to edit MySQL database table records.
It queries a MySQL database table to retrieve its list of fields and sets limits to form elements based on MySQL database attributes.
The class generates HTML forms to edit the fields of a record of the specified table. Some of the fields may be hidden. The form submit field may also be customized. Form are populated with their respective $_POST values on form submition failure (if you do your own error checking).
This class does NOT process form data. |