genzedu777 Posted October 9, 2010 Share Posted October 9, 2010 Hi guys, I received an error, could anyone explain this current error? Thanks Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in D:\inetpub\vhosts\championtutor.com\httpdocs\questionnaire.php on line 32 Link to comment https://forums.phpfreaks.com/topic/215491-mysqli_fetch_array-expects-parameter-1-to-be-mysqli_result/ Share on other sites More sharing options...
Pikachu2000 Posted October 9, 2010 Share Posted October 9, 2010 Your query is failing and returning a boolean FALSE to mysqli_fetch_array(). Link to comment https://forums.phpfreaks.com/topic/215491-mysqli_fetch_array-expects-parameter-1-to-be-mysqli_result/#findComment-1120547 Share on other sites More sharing options...
genzedu777 Posted October 9, 2010 Author Share Posted October 9, 2010 thanks Link to comment https://forums.phpfreaks.com/topic/215491-mysqli_fetch_array-expects-parameter-1-to-be-mysqli_result/#findComment-1120548 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.