Thursday, May 26, 2016

Auto form PHP Script

This class can be used to generate HTML forms to manipulate MySQL table records. It can take a list of MySQL table fields and generate HTML for forms to select, insert, update, delete table records. The class can also perform given validations of specified fields and invoke given callback functions on certain form processing events.


Download Auto Form PHP Script