質問するログイン新規登録

回答編集履歴

1

typo

2018/09/03 06:10

投稿

yambejp
yambejp

スコア118066

answer CHANGED
@@ -5,6 +5,7 @@
5
5
  とりあえず対応するなら
6
6
 
7
7
  ```PHP
8
+ //typo修正 INPT_POST→INPUT_POST
8
- $postData1=filter_input(INPT_POST,"leftcard");
9
+ $postData1=filter_input(INPUT_POST,"leftcard");
9
- $postData2=filter_input(INPT_POST,"select");
10
+ $postData2=filter_input(INPUT_POST,"select");
10
11
  ```