Result Force??/
Posted: Mon Jul 12, 2004 2:25 pm
classdb.inc.php line 86 mysql_num_rows()
suppllied argument is not a valid MSQL result force
(else {
$this->res = @mysql_query($sql,$this->bd->id);
$this->nrw = @mysql_num_rows($this->res);
})
what the heck is that? And how in this world do I resolve it??
suppllied argument is not a valid MSQL result force
(else {
$this->res = @mysql_query($sql,$this->bd->id);
$this->nrw = @mysql_num_rows($this->res);
})
what the heck is that? And how in this world do I resolve it??