require_once("../includes/init.php"); ?> require_once("$FILE_ROOT/includes/layout/header.php"); ?>
The program listed below is preliminary; this information is subject to change. As more complete programs become available the information below will be altered as necessary to reflect these new plans. If you would like more information on any of the sessions or courses listed within the program, simply click on the item which interests you below.
$db = initdb(); $program = $db->runQuery("SELECT item_id, DATE_FORMAT(date, '%W, %M %e, %Y'), TIME_FORMAT(start, '%k:%i'), " . "duration, label FROM program ORDER BY date, start"); $curr_date = $table_open = false; while($item = $db->fetch_results($program)) { list($item_id, $date, $start, $duration, $label) = $item; if($curr_date != $date) { if($table_open) echo ""; ?>=$date?> | |||
---|---|---|---|
Start | Duration | Ending | |
=$start?> | $hours = floor($duration/60); $minutes = $duration%60; if(strlen($minutes)==1) $minutes .= "0"; echo "$hours:$minutes"; ?> | =date("G:i", strtotime("+" . $duration . " minute", strtotime($date . " " . $start)))?> | if($session_list === false) echo $label; else { ?> ="$label$session_list"?> } ?> |