Welcome Guest, Not a member yet? Register   Sign In
PHP Fatal error: Call to a member function num_rows() on boolean
#2

Reduce the number of equal to sign to two instead of 3.
change 
if ($result->num_rows() === 0

to:

if ($result->num_rows() == 0

Boolen 0 is false and 1 is true. 


 
Reply


Messages In This Thread
RE: PHP Fatal error: Call to a member function num_rows() on boolean - by koficypher - 04-04-2017, 08:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB