Need Help in PHP MySQL?

Banned
30Aug2012,14:47   #1
AimyThomas's Avatar
PHP MySQLI code not working

$q = "UPDATE users SET password = '6c55803d6f1d7a177a0db3eb4b343b0d50f9c111' WHERE id = '1';";
mysqli_query($dbc, $q);

Dot knows but some cause it keeps giving me the following error:

Warning: mysqli_query()

Expects parameter 1 to be mysqli, null given


Can anyone help me

Thanks in advance
Go4Expert Founder
30Aug2012,14:54   #2
shabbir's Avatar
Moved to PHP forum.

Also the error is pretty self explanatory.

parameter 1 to be mysqli, null given which means your $dbc variable is null.