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