Databases: MySQL Dialog
Giorgos (contact me)
This is a simple MySQL database access wrapper to execute SQL queries and display results in HTML tables.
The class connects to a MySQL Server, sends SQL statements and gets the results as an array. A table with the data from the result sets can be displayed too.
The class may optionally returns error messages on failure based on the mysql_error() and user defined error messages.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Sufficient (67.3%)
| Sufficient (75.0%)
| -
| Sufficient (69.2%)
| -
| -
| Not sure (48.1%)
| 1359 |
Click here for detailed information about this class on phpclasses.org
Class
The mysql_dialog class