From 288a109714789e468a7b56f6a105f41cc512c4a1 Mon Sep 17 00:00:00 2001 From: xice Date: Fri, 15 Jun 2018 03:47:27 +0800 Subject: [PATCH] zz --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index c187d2d..1012896 100644 --- a/index.php +++ b/index.php @@ -126,7 +126,7 @@ if($_SESSION[Student_ID] != ""){ $ppp = $p + $pp;//the number of questions echo "
\n
  单选题
\n"; //创建随机数组 - $randomArray = array_rand(range(1,107),$p+1); + $randomArray = array_rand(range(1,99),$p+1); // for($i = 1;$i <= $p;$i++){ // echo $randomArray[$i]." "; // }