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

回答編集履歴

2

修正

2019/03/20 02:11

投稿

m.ts10806
m.ts10806

スコア80888

answer CHANGED
@@ -41,6 +41,12 @@
41
41
  </html>
42
42
  ```
43
43
 
44
+ index.html,abc.php共にDocumentRoot直下に置いています。
45
+ ```
46
+ htdocs┬index.html
47
+ └abc.php
48
+ ```
49
+
44
50
  ※Windows環境でXAMPPです。URLはお使いの環境にあわせてください。
45
51
  http://localhost/index.html
46
52
  ![イメージ説明](02520478e0c19d1d59c8590c4b8799eb.png)

1

修正

2019/03/20 02:11

投稿

m.ts10806
m.ts10806

スコア80888

answer CHANGED
@@ -24,7 +24,6 @@
24
24
  <?php
25
25
  $select = '無選択';
26
26
  if($_SERVER['REQUEST_METHOD']==='POST'){
27
- var_dump($_POST);
28
27
  if(array_key_exists('pref', $_POST)){
29
28
  $select = $_POST['pref'];
30
29
  }