View Single Post
Old 09-19-2003, 10:17 AM   #3
mpostle
Green Mole
 
Join Date: Sep 2003
Posts: 2
This is my connect.php:

define('PHPDIG_DB_PREFIX','<edited>');
define('PHPDIG_DB_HOST','<edited>');
define('PHPDIG_DB_USER','<edited>');
define('PHPDIG_DB_PASS','<edited>');
define('PHPDIG_DB_NAME','<edited>');

The file is initially named "_connect.php" and then is renamed to "connect.php", is that correct?

The sql and includes directories are in the root of phpdig directory.

The install script makes a connection and creates the database but not the tables. The browser then just times-out.
mpostle is offline   Reply With Quote