回答編集履歴

2

修正

2019/03/20 02:11

投稿

m.ts10806
m.ts10806

スコア80852

test CHANGED
@@ -84,6 +84,18 @@
84
84
 
85
85
 
86
86
 
87
+ index.html,abc.php共にDocumentRoot直下に置いています。
88
+
89
+ ```
90
+
91
+ htdocs┬index.html
92
+
93
+ └abc.php
94
+
95
+ ```
96
+
97
+
98
+
87
99
  ※Windows環境でXAMPPです。URLはお使いの環境にあわせてください。
88
100
 
89
101
  http://localhost/index.html

1

修正

2019/03/20 02:11

投稿

m.ts10806
m.ts10806

スコア80852

test CHANGED
@@ -49,8 +49,6 @@
49
49
  $select = '無選択';
50
50
 
51
51
  if($_SERVER['REQUEST_METHOD']==='POST'){
52
-
53
- var_dump($_POST);
54
52
 
55
53
  if(array_key_exists('pref', $_POST)){
56
54