Posts Tagged ‘MySQL’

PHP Database Singleton

October 25th, 2009

Explanation and example of the singleton design pattern used to connect to a mysql database.

PHP ,

Copy MySQL Database With PHP

August 3rd, 2009

PHP script which makes an exact copy of an existing MySQL Database

PHP