PHP Classes

a bug in db.inc.php

Recommend this page to a friend!

      MySql & SQLite database classes  >  All threads  >  a bug in db.inc.php  >  (Un) Subscribe thread alerts  
Subject:a bug in db.inc.php
Summary:doesn't work at the begining and finally figure it out :)
Messages:1
Author:ning yu
Date:2005-01-31 17:34:00
 

 


  1. a bug in db.inc.php   Reply   Report abuse  
Picture of ning yu ning yu - 2005-01-31 17:34:00
On line 84, (under comment // Connect to the database server)

$this->conn = $func($this->host, $this->user, $this->password);

The last param should be $this->pwd instead of $this->password