Databases: Simple DB Handler
david camargo (contact me)
This is a very simple MySQL database access wrapper.
It can connect to a MySQL database and execute SQL SELECT, INSERT, UPDATE and DELETE queries with a single call.
The INSERT queries return the last inserted record identifier.
After executing a SELECT queries, it can return all the result set rows in a single array.
UPDATE and DELETE queries return just a boolean value that tells whether the query succeeded.
Click here for detailed information about this class on phpclasses.org