Robert - 2005-08-08 11:43:55
mysql_excel.inc.php does not work correctly with the current db.inc.php because of a bug in db.inc.php.
Line 85 has a reference to $this->password, but it should read:
$this->pwd
instead. Then all should work better.
Bob Dickow