コード例 #1
0
ファイル: thanks.php プロジェクト: alitayfur/kesfetcom
        $cocukYasi = $_SESSION['cocuksys'][$_x];
        $app->executequery("insert into kesfet_reservation_kisiler values (null, '{$reservation_id}', '{$voucher}', 'Çocuk', '{$cocukAdi}', '{$cocukYasi}')");
    }
}
// Konaklayan Kaydı
// Fatura Bilgileri Kaydı
if ($_SESSION['fatura']['ad'] != '') {
    $fatad = $_SESSION['fatura']['ad'];
    $fatadr = $_SESSION['fatura']['adres'];
    $fatil = $_SESSION['fatura']['il'];
    $fatvd = $_SESSION['fatura']['vd'];
    $fatvn = $_SESSION['fatura']['vn'];
    $app->executequery("insert into kesfet_reservation_fatura values (null, '{$reservation_id}', '{$voucher}', '{$fatad}', '{$fatadr}', '{$fatil}', '{$fatvd}', '{$fatvn}')");
}
// Fatura Bilgileri Kaydı
$hangiOtel = $app->query2("select * from hotelbeds_hotels where otel_kodu={$otelKodu}");
?>
<!DOCTYPE html>
<!--[if IE 8]>          <html class="ie ie8"> <![endif]-->
<!--[if IE 9]>          <html class="ie ie9"> <![endif]-->
<!--[if gt IE 9]><!-->  <html> <!--<![endif]-->
<head>
    <!-- Page Title -->
    <title> Tatil ve Otel Erken Rezervasyon Rehberi Keşfet Turizm</title>
    
<?php 
include "inc/sablon/header.php";
?>
</head>
<body class="thanks-page">    
<?php