没有找到附近的酒店。
';}}?>php prepare($sql);$stmt->bind_param('dddi', $latitude, $longitude, $latitude, $radius);// 执行查询$stmt->execute();$result = $stmt->get_result();// 获取查询结果$hotels = array();while ($row = $result->fetch_assoc()) {$hotels[] = $row;}// 关闭连接$stmt->close();$conn->close();return $hotels; } ?>