PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
//..............
$gaylord = mysql_query($query_gaylord, $mid_state_prd_cat) or die(mysql_error());
$row_gaylord = mysql_fetch_assoc($gaylord); // <================= removing of this string should solve your problem
$totalRows_gaylord = mysql_num_rows($gaylord);
//.............