Databases: Insert Retrieve data from Table
Md. Aminul Islam (contact me)
This package can be used to execute MySQL database queries to insert and retrieve data from table records.
It can insert a record in a table given an array of fields and the respective values.
The class can check if there is already duplicated record giving an SQL clause for checking duplicated rows.
The class can also retrieve all records of a given table into a two dimensional array.
Click here for detailed information about this class on phpclasses.org