You are here: Home » Technology » Software Development

From the category archives:

Software Development

search

Simple MySQL Class in PHP

by Antony Bailey April 18, 2010

I constantly see people using multiple connections to a database, this is just slow and hard to read. Image via CrunchBase I’ve decided to give an overview of how to have a simple connection class, that you are free to use completely royalty free. The Connection var $db = array ( "db_user"  => "database_user", "db_pass"  [...]

Related Posts with Thumbnails
Read more…