Warning: mysql_connect(): Access denied for user: ‘willtoex@localhost’ (Using password: NO) in
This error means the poll’s database information has not been set in the poll/include/config.inc.php file. It needs the following information:
$POLLDB[“dbName”] = “database name”;
$POLLDB[“host”] = “localhost”;
$POLLDB[“user”] = “database username”;
$POLLDB[“pass”] = “database user’s password”;
$POLLDB[“class”] = “class_mysql.php”;