View Single Post
Old 12-29-2003, 09:59 PM   #5
kernel2
Green Mole
 
Join Date: Dec 2003
Posts: 6
Quote:
Originally posted by Charter
Hi. Change define('PHPDIG_DB_PREFIX','<dbprefix>'); to define('PHPDIG_DB_PREFIX','');

Like this

/ Connection configuration
define('PHPDIG_DB_PREFIX','');
define('PHPDIG_DB_HOST','localhost');
define('PHPDIG_DB_USER','root');
define('PHPDIG_DB_PASS','removed');
define('PHPDIG_DB_NAME','phpdig');

//connection to the MySql server

Phil
kernel2 is offline   Reply With Quote