Zoltán Németh wrote:
> an error must have occurred with mysqli_prepare, so it returned a
> boolean false, that's what all those warnings are complaining about...
> 
> are you sure $link is a valid mysqli link identifier?

And as a general rule, defensive programming approaches would state that
you should check all the return values before blindly using them.... in
fact that's not really defensive specifically, just GPP

Col.

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

Reply via email to