質問編集履歴

1

プログラムを書き直しました。

2018/03/02 06:44

投稿

macaroni
macaroni

スコア7

test CHANGED
File without changes
test CHANGED
@@ -38,7 +38,9 @@
38
38
 
39
39
  <head>
40
40
 
41
+ <html lang="ja">
42
+
41
- <meta http-equiv="Content-Type" content="text/html; charset="UTF-8"/>
43
+ <meta charset="UTF-8">
42
44
 
43
45
  </head>
44
46
 
@@ -46,7 +48,7 @@
46
48
 
47
49
  <form action="mission_1-5-2.php" method="post">
48
50
 
49
- <!-入力フォームの作成->
51
+ <!--入力フォームの作成-->
50
52
 
51
53
  <input type="text" name="comment">
52
54
 
@@ -54,13 +56,11 @@
54
56
 
55
57
  </form>
56
58
 
57
- </body>
58
-
59
- </html>
60
-
61
59
  <?php
62
60
 
63
- $comment=$_POST[comment];
61
+ $comment=$_POST['comment'];
62
+
63
+ var_dump $comment
64
64
 
65
65
  $filename='kadai5.txt';
66
66
 
@@ -71,6 +71,10 @@
71
71
  fclose($fp);
72
72
 
73
73
  ?>
74
+
75
+ </body>
76
+
77
+ </html>
74
78
 
75
79
  ```
76
80
 
@@ -88,6 +92,4 @@
88
92
 
89
93
  ### 補足情報(FW/ツールのバージョンなど)
90
94
 
91
-
92
-
93
- ここによ詳細な情報記載してい。
95
+ 全てではあませんが、ご指摘の通りプログラム書き直してみました。依然問題が解決せず申し訳ありません。どんなことでもご指摘いたけると嬉しです