I tried to install the DB version of your poll, but at step 3 I get this error:
Fatal error: Call to undefined function mysql_connect() in E:\Users\Ironhand Battalion\apoll\db\install.php on line 666
My settings in the cinfig.inc are as following:
$POLLDB["dbName"] = "Poll";
$POLLDB["host"] = "localhost";
$POLLDB["user"] = "root";
$POLLDB["pass"] = "********";
$POLLDB["class"] = "class_mysql.php";
of course with the good pass
I am running W2k3 , apache 5.0.4 and MySQL 4.1
13/06/2005 15:09:18
Subject:
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
Sounds like your PHP does not have MySQL support.
Carbonize I am not the maker of the Advanced Guestbook