Page 1 of 1

This Error code

Posted: Thu May 03, 2012 8:23 am
by abbey4biz
Hi pals,

Please when you see this error code, what is it that is wrong?

mysqli_query() expects parameter 1 to be mysqli, null given in .....

Thanks for your anticipated swift response.

Re: This Error code

Posted: Thu May 03, 2012 8:38 am
by Celauran
Pretty self-explanatory. mysqli_query requires a mysqli link identifier as the first parameter.

Re: This Error code

Posted: Thu May 03, 2012 8:56 am
by abbey4biz
please can you throw more light, dont seems to get it

Re: This Error code

Posted: Thu May 03, 2012 3:45 pm
by x_mutatis_mutandis_x
abbey4biz wrote:please can you throw more light, dont seems to get it
if you show us the code where you are calling the mysqli() function, then we can throw a brighter light on it :P