Databases: MYDB Class
Mustafa Berkan BICER (contact me)
This class can be used to build and execute MySQL database SQL queries from lists of parameters.
It opens a connection to a MySQL database and can build and execute several types o SQL queries:
- SELECT queries given the table, list of fields and an optional condition clause
- INSERT or UPDATE queries given the table, list of fields and values and an optional condition clause for UPDATE queries
- DELETE queries given the table and an optional condition clause
Click here for detailed information about this class on phpclasses.org