Call to a member function escape_string() on a non-object
#3

@Edit,

You have:
PHP код:
$this->$db = new mysqli... 
Wasn't it supposed to be
PHP код:
$this->db = new mysqli... 
?

Check the post below as well!
Reply


Messages In This Thread
Call to a member function escape_string() on a non-object - by BleverCastard - 26.05.2014, 20:54
Re: Call to a member function escape_string() on a non-object - by BleverCastard - 27.05.2014, 19:20
Re: Call to a member function escape_string() on a non-object - by GWMPT - 27.05.2014, 19:23
Re: Call to a member function escape_string() on a non-object - by Isolated - 27.05.2014, 19:26
Re: Call to a member function escape_string() on a non-object - by BleverCastard - 28.05.2014, 13:10

Forum Jump:


Users browsing this thread: 1 Guest(s)