Databases: PHP MySQL Database Class
taylan (contact me)
This class implements a MySQL database access wrapper. It can:
- Establish connections to a MySQL database server host
- Execute arbitrary SQL queries
- Fetch query results into an array
- Execute SELECT, INSERT, UPDATE and DELETE queries from parameters that define tables, fields, field values and conditions.
- Kill queries in execution
- Check if a table exist
- Optimize a table
Click here for detailed information about this class on phpclasses.org