Re: Re: What is my Mistake?

Jim Giner <[email protected]> Tue, 24 Jun 2014 13:55:43 -0400
Newsgroups gmane.comp.php.database
Message-ID <[email protected]>
Looking at your code again, I think that your query failed and your lack 
of error reporting isn't showing the error that occurred when  you tried 
to access a property of the result which is not a resource but merely a 
value of 'false'.

One should ALWAYS check the result of operations before assuming that 
they succeeded and proceeding onwards in code.  Saves lots of lost time.

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php