I get this error on the index page and it is:
Line 107 is:
return $this->mysql['result']($this->mysql['query']($sql, $this->connection), 0);
i do not know how to fix.
Warning
: mysql_result() expects parameter 1 to be resource, boolean given in
C:\xampp\htdocs\app\class.engine.php
on line
107
Line 107 is:
return $this->mysql['result']($this->mysql['query']($sql, $this->connection), 0);
i do not know how to fix.