Simple MySQL DB Class is a PHP class that acts as a MySQL database access wrapper. It can connect to a MySQL server; execute SQL queries and retrieve single value results or return result rows into arrays; return the last inserted table row identifier, the number of result rows, and the number of affected rows; count the number of executed queries; lock and unlock tables; escape text literal values or like patterns; and retrieve database access errors.
| Tags | Database |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | PHP |
Recent releases


Release Notes: This release brings a few minor updates. The class now requires PHP 5. A fetch_all function was added, and setting connection parameters now requires a global $dbconfig array with the new set_params function.


Release Notes: A small bug involving table locking was fixed.


No changes have been submitted for this release.