This class can be used to create HTML forms for entering values to create new records of a MySQL database table.
It queries a MySQL database to retrieve the list of fields of a given table. Then it generates HTML for a form that includes inputs to enter values for the fields of a new record of that table.
The class generates text or textarea inputs depending on whether a text field has more than 50 characters limit length. It also generates password inputs for MySQL password table fields, and select inputs for enum table fields.
The class also can display the results of a query that retrieves the records of a given table.
|
|
| Name: |
mysqlForm |
| Base name: |
mysql_form_builder |
| Description: |
Generate HTML form to create MySQL table records |
| Version: |
1 |
| PHP version: |
4.2 |
| License: |
GNU General Public License (GPL) |
| All time users: |
1912 users |
| All time rank: |
1845 |
| Week users: |
4 users |
| Week rank: |
674  |
| |
|
| |
Screenshots |
|
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (93.8%) |
Sufficient (68.8%) |
Sufficient (75.0%) |
Sufficient (68.8%) |
- |
- |
Sufficient (68.1%) |
301 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|