質問編集履歴

2

誤字

2020/04/26 10:40

投稿

ajtjtdttajd
ajtjtdttajd

スコア0

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  (1) 未定義のオフセット Quiz.php shuffleはパラメータが1であると想定しindex.phpの8行目にnullが指定されている。
12
12
 
13
- (2)index.phpの22行目のfroeachに無効な引数が指定されている。
13
+ (2)index.phpの22行目のforeachに無効な引数が指定されている。
14
14
 
15
15
  と表示されています。
16
16
 

1

文法の修正

2020/04/26 10:40

投稿

ajtjtdttajd
ajtjtdttajd

スコア0

test CHANGED
File without changes
test CHANGED
@@ -130,7 +130,7 @@
130
130
 
131
131
  if(!isset($_SESSION['current_num'])) {
132
132
 
133
- $_SESSION['current_num'] = 1;
133
+ $_SESSION['current_num'] = ;
134
134
 
135
135
  }
136
136