Page 1 of 1

Link Resource

Posted: Mon Jul 12, 2004 2:28 pm
by fernandomaciel
classdb.inc.php line85 mysql_query()
supplied argument is not a valid MYSQL link resource.

How do I fix that problem??

Posted: Mon Jul 12, 2004 2:31 pm
by penguinboy
post the code from classdb.inc.php

Posted: Mon Jul 12, 2004 2:38 pm
by fernandomaciel
}
else {
$this->res = @mysql_query($sql,$this->bd->id) or die(mysql_error());
$this->nrw = @mysql_num_rows($this->res);