PHP Expert Programmer

Just another WordPress.com weblog

Archive for the ‘Php Database’ Category

Php Database

PHP MySQL Database Class

Posted by sarapeter on July 29, 2008

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.

Download Version 1.0.4: db-1.0.4.zip

Posted in Php Database, Php MySql | Tagged: , , , , , , , , , , , | Leave a Comment »