connect();
require('_include/function.inc.php');
if(!$_GET['cat']){
header("Location: http://www.hotelparadisoterme.it");
}
$sql = "SELECT id, titolo, testo, tag_tile, tag_description, tag_keywords FROM terme_listini_cat WHERE id = $_GET[cat] AND lingua = $lingua";
$rowCat = $db->query_first($sql);
?>
=$rowCat['tag_title']?>
=$rowCat['titolo']?>
=$rowCat['testo']?>
Preise
query($sql);
while($rowTariffe = $db->fetch_array($rsTariffe)){
?>
-
=$rowTariffe['titolo']?>
=formattavaluta($rowTariffe['prezzo'])?>
=$rowTariffe['descrizione']?>
close();
?>