add the ;
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
$flag = 0;
|
$flag = 0;
|
||||||
$random = $randomArray[$i];
|
$random = $randomArray[$i];
|
||||||
$result = mysqli_query($con,"SELECT * FROM Persons WHERE num='$random'");
|
$result = mysqli_query($con,"SELECT * FROM Persons WHERE num='$random'");
|
||||||
$row = mysqli_fetch_array($result)
|
$row = mysqli_fetch_array($result);
|
||||||
$count += 1;
|
$count += 1;
|
||||||
echo "当前查询次数:$count, 查询行数: $random, 查询题号: $i";
|
echo "当前查询次数:$count, 查询行数: $random, 查询题号: $i";
|
||||||
//html
|
//html
|
||||||
|
|||||||
Reference in New Issue
Block a user