TriviaTime

TriviaTime

Get the latest stats for players and updates.

Latest questions asked

query('SELECT asked_at, channel, round_num, question, line_num FROM triviagameslog ORDER BY id DESC LIMIT 10'); if ($q === false) { die("Error: database error: table does not exist\n"); } else { $result = $q->fetchAll(); foreach($result as $res) { echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; } } } else { die($err); } ?>
Round # Channel Question # Question
' . $res['round_num'] . '' . $res['channel'] . '' . $res['line_num'] . '' . $res['question'] . '