add the ;

This commit is contained in:
2018-07-14 22:37:13 +08:00
parent 056022aa1c
commit 9fe0d139e8

View File

@@ -18,7 +18,7 @@
$flag = 0;
$random = $randomArray[$i];
$result = mysqli_query($con,"SELECT * FROM Persons WHERE num='$random'");
$row = mysqli_fetch_array($result)
$row = mysqli_fetch_array($result);
$count += 1;
echo "当前查询次数:$count, 查询行数: $random, 查询题号: $i";
//html