![]() |
|
INCLUDE ('Menu.php'); ?> |
|
IF (isset($_GET["choice"])) { $choice = $_GET["choice"]; switch ($choice) { case "home": INCLUDE ($choice.'.php'); break; case "aims": INCLUDE ($choice.'.php'); break; case "call": INCLUDE ($choice.'.php'); break; case "speaker": INCLUDE ($choice.'.php'); break; case "fees": INCLUDE ($choice.'.php'); break; case "travel": INCLUDE ($choice.'.php'); break; case "regist": INCLUDE ($choice.'.php'); break; case "program": INCLUDE ($choice.'.php'); break; case "social": INCLUDE ($choice.'.php'); break; case "speaker2": INCLUDE ($choice.'.php'); break; case "speaker3": INCLUDE ($choice.'.php'); break; case "speaker4": INCLUDE ($choice.'.php'); break; case "speaker1": INCLUDE ($choice.'.php'); break; case "speaker5": INCLUDE ($choice.'.php'); break; case "speaker6": INCLUDE ($choice.'.php'); break; case "speaker7": INCLUDE ($choice.'.php'); break; case "speaker8": INCLUDE ($choice.'.php'); break; case "flip": INCLUDE ($choice.'.php'); break; case "hotel": INCLUDE ($choice.'.php'); break; case "paper": INCLUDE ($choice.'.php'); break; default: echo "the page asked for does not exist"; break; } } ELSE {INCLUDE ('home.php');} ?> | INCLUDE ('logos.php'); ?> |
INCLUDE ('Footer.php'); ?> |