回答編集履歴

1

修正

2018/03/01 15:33

投稿

退会済みユーザー
test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  $category= filter_input(INPUT_POST, 'category', FILTER_VALIDATE_INT);
24
24
 
25
- $difficulty = filter_input(INPUT_POST, $_POST['difficulty', FILTER_VALIDATE_INT);
25
+ $difficulty = filter_input(INPUT_POST, 'difficulty', FILTER_VALIDATE_INT);
26
26
 
27
27
  $budget = filter_input(INPUT_POST, 'budget', FILTER_VALIDATE_INT);
28
28