Posts Tagged: PHP


9
Nov 11

Synchronize PHP Web Forms with MySQL table fields

I have writen this  PHP Class a couple of years ago, its very practical for small systems in order to speed up maintenance.

Can be used to:

  • Generate form to edit data stored in MySQL databases.
  • It can generate HTML forms with several types of fields, executing SQL queries to retrieve the default values of the MySQL database table fields.
  • The class can generate text or textarea form inputs depending on length of the database table text fields.
  • It can also generate checkbox, radio, and select inputs to edit enum or set database table fields.
  • The output can be customized with configurable CSS styles and Javascript code.
    Continue reading →