I'm getting a warning on my game when i make a character and i go through to confirmation i get this error :
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\app\class.engine.php on line 102 Unknown column 'ipaddress_reg' in 'field list
I was wondering what is up with it i visited my localhost/phpmyadmin but nothing worked
Line 100-103 :
final public function num_rows($sql)
{
return $this->mysql['num_rows']($this->mysql['query']($sql, $this->connection));
}