Preliminary Conference Program

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.

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 ""; ?> runQuery("SELECT DISTINCT session_name FROM program_sessions WHERE session_id IN " . "(SELECT session_id FROM program_details WHERE item_id=$item_id)"); $session_list = false; if(mysql_num_rows($details) > 0) { $session_list = ": "; while($session = $db->fetch_results($details)) $session_list .= $session[0] . ", "; $session_list = substr($session_list, 0, strlen($session_list)-2); // remove trailing comma and space } ?>
Start Duration Ending