PRESENTER BIOGRAPHIES
Switch View: Program View | Session Descriptions | Social Events | Keynote
//connect to db $db = getDatabaseConnection(); $session_data = "SELECT * FROM presenters ORDER by presenterLast"; $result = mysql_query($session_data); //display records while ($query_data = mysql_fetch_assoc($result)) {echo "" . $query_data['presenterLast'] . ", " . $query_data['presenterFirst'] . "
";
if ($query_data['title'])
{echo "". $query_data['title'] . "
\n";}
if ($query_data['institution'])
{echo "" . $query_data['institution'] . "";}
if ($query_data['link1_url'])
{echo "
" . $query_data['link1'] . "\n";}
if ($query_data['link2_url'])
{echo " / " . $query_data['link2'] . "\n";}
echo "
" . nl2br($query_data['bio']) . "
\n- Session: \n
- • " . join(" \n
- • ", array_map("wrapSessionLink", getSessionsForPresenter($query_data['id']))) . " \n