hello, anyone has this table of trivia?
when I add the questions tells me .. Unknown column 'trivia_id' in 'field list'
PHP Code:
$sql2 = mysql_query("SELECT trivia_id, question, answer, alternative1, alternative2 from trivia where trivia_id = $trivia_id");
Comment