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.
This Error code
Moderator: General Moderators
Re: This Error code
Pretty self-explanatory. mysqli_query requires a mysqli link identifier as the first parameter.
Re: This Error code
please can you throw more light, dont seems to get it
-
x_mutatis_mutandis_x
- Forum Contributor
- Posts: 160
- Joined: Tue Apr 17, 2012 12:57 pm
Re: This Error code
if you show us the code where you are calling the mysqli() function, then we can throw a brighter light on itabbey4biz wrote:please can you throw more light, dont seems to get it