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 |