Ultimate MySQL is a PHP class that provides an easy and powerful wrapper for MySQL database access. It can establish MySQL server connections, execute SQL queries, retrieve query results into arrays, retrieve the last inserted ID, manage transactions, retrieve the list tables of a database, retrieve the list fields of a table, retrieve the length of a field, measure the time a query takes to execute, display query results in an HTML table, and more. Easy examples and help are included.
| Tags | Database API Front-Ends Software Development Libraries php classes |
|---|---|
| Implementation | SQL PHP |