コード例 #1
0
ファイル: suchen.php プロジェクト: class142/proj
    ?>
						</div>
						<?php 
} elseif ($_GET["seite"] === "flug") {
    ?>
						<div class="flugLabel">
							<?php 
    getFlights($anreise, $abreise, $suchen["von"], $suchen["nach"]);
    ?>
						</div>
						<?php 
} elseif ($_GET["seite"] === "auto") {
    ?>
						<div class="autoLabel">
							<?php 
    getAutos($anreise, $abreise, $_SESSION["hinflug"]["flug"], $_SESSION["rueckflug"]["flug"]);
    ?>
						</div>
						<?php 
} elseif ($_GET["seite"] === "overview") {
    ?>
						<div class="overviewLabel">
							<?php 
    endpreisBerechnen();
    ?>
							<?php 
    getOverview($_SESSION["hinflug"]["flug"], $_SESSION["rueckflug"]["flug"], $_SESSION["hotel"], $_SESSION["zimmer"], $_SESSION["versorgung"], $_SESSION["auto"]);
    ?>
							<div style="clear:both;"></div>
						</div>
						<?php 
コード例 #2
0
ファイル: controllers.php プロジェクト: v31project/GISTaxi
function actionGetAutos($mysqli)
{
    return getAutos($mysqli);
}