include("../includes/header.php")?>
include("../includes/menu.php")?>
function alerta($imagem, $titulo, $texto) { ?>
}
if (isset($_GET["msg"]) && $_GET["msg"] == "ok") {
alerta("ok.gif", "Booking made successfully", "");
echo "
";
}
if (isset($_GET["msg"]) && $_GET["msg"] == "erro") {
alerta("erro.gif", "Error Ocurred Try Again", "");
echo "
";
}
if (isset($_GET["msg"]) && $_GET["msg"] == "presente") {
alerta("erro.gif", "Your booking was already made", "");
echo "
";
}
?>
Meeting Dinner Booking
include("../includes/footer.php")?>