ChhayaKaushik Posted April 8, 2014 Share Posted April 8, 2014 In my template.php file i am getting the above error in the following lines : $config=mysql_fetch_array(mysql_query("select * from sbjbs_config ")); $icons=mysql_fetch_array(mysql_query("select * from sbjbs_icons where sb_id=".$config["sb_icon_list"])); template.php Link to comment https://forums.phpfreaks.com/topic/287609-warning-mysql_fetch_array-expects-parameter-1-to-be-resource-boolean/ Share on other sites More sharing options...
boompa Posted April 8, 2014 Share Posted April 8, 2014 It's #6 in the first post of the FAQs thread at the top of the forum. Link to comment https://forums.phpfreaks.com/topic/287609-warning-mysql_fetch_array-expects-parameter-1-to-be-resource-boolean/#findComment-1475375 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.