本页面提供重庆市酒店的查询,您可以根据需要选择查询条件,查询结果将显示酒店名称、地址、电话、价格等信息。
= 300";break;}}$result = $conn->query($sql);if ($result->num_rows > 0) {echo "";echo "";while ($row = $result->fetch_assoc()) {echo "";}echo "| 酒店名称 | 酒店地址 | 酒店电话 | 酒店价格 |
|---|---|---|---|
| " . $row['hotel_name'] . " | " . $row['hotel_address'] . " | " . $row['hotel_phone'] . " | " . $row['hotel_price'] . " |
没有找到符合条件的酒店。
";}}?>