query("SELECT * FROM cambio"); $precio = mysqli_fetch_assoc($dollar); $cambio= $precio['cambio']; $restaurante = $_GET['id']; $idioma = $_GET['lang']; $restautantes = $mysqli->query("SELECT * FROM restaurantes WHERE restaurantes.id = $restaurante"); $dat = mysqli_fetch_assoc($restautantes); $nombre = $dat['restaurante']; if($idioma == 'EN'){ $rest = 'Restaurants'; $menu = 'Menu'; $sel = 'All'; } if($idioma == 'ES'){ $rest = 'Restaurantes'; $menu = 'Menú'; $sel = 'Todos'; } ?> <?php echo $rest;?> | Villa del Palmar at the Islands of Loreto
Price per person, include tax and service, price includes private waiter, private setup and decoration.
'; echo ''; } else{ echo ' '; } ?>