回答編集履歴

1

edit

2021/11/07 01:13

投稿

m.ts10806
m.ts10806

スコア80875

test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  $count = filter_input(INPUT_POST, 'count');
10
10
 
11
- if(!is_null($count)){
11
+ if(!is_null($count)){ //リクエスト送信されてなかったらnullとなるので$_POSTやリクエストメソッド確認の必要がなくなる
12
12
 
13
13
  if(!ctype_digit($count)){
14
14