Home     PHP / Javascript / Ajax
PHP PHP MySQL Database Class Script

PHP Script Codes > database-tools

PHP MySQL Database Class Free

Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 9596

PHP Script Codes > PHP MySQL Database Class
A class for very basic MySQL database connectivity. Written to reduce redundant code in my own projects aswell as aid in debugging and error reporting during the developement phase. Currently connects to a database, execute external files containing SQL commands, insert and update from an array of key => value pairs, insert and update with sql command, query (one result), query (multiple rows), and dump a select query to a table. The zip file contains the class aswell as a demonstration script.