session_start(); $PMA = $_GET['PMA']; //$_SESSION["PMA"] = $PMA; $MemberID= $_GET['MemberID']; $MBR = $_GET['MBR']; $PromoCode = $_GET['PromoCode']; if($PMA == '') { $PMA = $_SESSION["PMA"]; } if($MBR == '' OR $PMA == '') { header('Location: index.php'); } $PageID = ''; include('ContactInfo.php'); include('PerksPromo.php'); $TodayDate = date('Y-m-d') ; include('DetectSmartDevice.php'); //Test Mobile ?>
include('BootStrapSetups.php') ?>