From fd1fed436cc57420d2b97d723314377bfe57d100 Mon Sep 17 00:00:00 2001 From: xice Date: Thu, 31 May 2018 21:57:06 +0800 Subject: [PATCH] test --- test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.php b/test.php index 51cece7..590075e 100644 --- a/test.php +++ b/test.php @@ -49,7 +49,7 @@ $sql5 = "UPDATE UserAnswer SET $c=$d WHERE Student_ID=$_POST[student_id]"; $sql7 = "SELECT * FROM Persons WHERE num=$_POST[$b]"; $rowquestion = mysqli_fetch_array(mysqli_query($con,$sql7))['answer']; - echo $rowquestion; + // echo $rowquestion; if($_POST[$a] == $rowquestion && $_POST[$a]) { $scort++; }