$sql="SELECT * FROM hotel where sector_id='$sector_id'
and year_id='$system_year'
and level_host_id='$level_host_id' ";
$db_query = $mysqli->query($sql);
while($result = $db_query->fetch_assoc())
{
$hotel_id=$result['hotel_id'];
$hotel_name=$result['hotel_name'];
$umper=$result['umper'];
$telephone=$result['telephone'];
$gps=$result['gps'];
//echo "$product_id $product_name $price
";
?>
}
?>