Latest questions asked
getRecentAskedQuestions();
} catch(StorageSchemaException $e) {
echo "
Error: Database schema is not queryable
";
$result = array();
$result[0] = array('round_num'=>'', 'channel'=>'', 'question'=>'', 'line_num'=>'');
} catch(StorageConnectionException $e) {
echo "
Error: Database is not available
";
$result = array();
$result[0] = array('round_num'=>'', 'channel'=>'', 'question'=>'', 'line_num'=>'');
}
$storage->close();
?>
| Round # |
Channel |
Question |
Question # |
';
echo '' . $res['round_num'] . ' | ';
echo '' . $res['channel'] . ' | ';
echo '' . $res['question'] . ' | ';
echo '' . $res['line_num'] . ' | ';
echo '';
}
?>