我被困在代码中

时间:2019-05-18 00:55:07

标签: php html

我正在将结果插入测验数据库中,但是卡在代码中,请帮助我成为该领域的新手。

echo "<tr class=fans><td>Wrong Answer<td> ". $w;

echo "</table>";

mysqli_query($con, 'INSERT INTO  quiz_result (Username, test_id, test_date, score)values('$_SESSION['Username']','$tid','.date("d/m/Y").','$_SESSION['trueans']') or die(mysqli_error($con)');

echo "<h1 align=center><a href=review.php> Review Question</a> </h1>";

显示错误:

  

解析错误:语法错误,C语言中出现意外的'$ _SESSION'(T_VARIABLE):

0 个答案:

没有答案