require "funcs.php"; $rsShows = getShows(); if(is_numeric($_REQUEST["bookid"])) $_SESSION['bookid'] = $_REQUEST["bookid"]; else { $_SESSION['bookid'] = ""; } if ($_SERVER["REMOTE_ADDR"]=='172.1.1.17') { echo "lägger till bokning=" . $_SESSION['bookid']; } ?>
|
|
if(isLoggedIn()) {
include "arr_bluebox_all.php";
} else {
include "arr_greenbox_all.php";
}
?>
|
|||
| ||||