質問編集履歴

1

環境 HTML 記載

2019/02/22 07:56

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -8,11 +8,55 @@
8
8
 
9
9
  ### 発生している問題・エラーメッセージ
10
10
 
11
+ 一部分ですが、下記のようなHTMLが返ってきます。
12
+
13
+ ```html
14
+
15
+ <!doctype html>
16
+
17
+ <html lang="en">
18
+
19
+ <head>
20
+
21
+ <meta charset="utf-8">
11
22
 
12
23
 
13
- ```
14
24
 
25
+ <!-- Always force latest IE rendering engine or request Chrome Frame -->
26
+
27
+ <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
28
+
29
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
30
+
31
+
32
+
33
+ <!-- Use title if it's in the page YAML frontmatter -->
34
+
15
- 大量のhtmlが返ってきます
35
+ <title>Welcome to XAMPP</title>
36
+
37
+
38
+
39
+ <meta name="description" content="XAMPP is an easy to install Apache distribution containing MariaDB, PHP and Perl." />
40
+
41
+ <meta name="keywords" content="xampp, apache, php, perl, mariadb, open source distribution" />
42
+
43
+
44
+
45
+ <link href="/dashboard/stylesheets/normalize.css" rel="stylesheet" type="text/css" /><link href="/dashboard/stylesheets/all.css" rel="stylesheet" type="text/css" />
46
+
47
+ <link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/3.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
48
+
49
+
50
+
51
+ <script src="/dashboard/javascripts/modernizr.js" type="text/javascript"></script>
52
+
53
+
54
+
55
+
56
+
57
+ <link href="/dashboard/images/favicon.png" rel="icon" type="image/png" />
58
+
59
+
16
60
 
17
61
  ```
18
62
 
@@ -70,6 +114,12 @@
70
114
 
71
115
  ### 試したこと
72
116
 
73
- そもそもPHPでechoをして表示というのはhtml側で呼んでいるわけではないので認識が少し違うのではと思っています。
117
+ そもそもPHPでechoをして表示というのはhtml側で呼んでいるわけではないので認識が少し違うのではと思っています。そのためdone内で確認出来るのかと思ったのですが想定の値ではなく大量のhtmlが返ってきます。
74
118
 
119
+
120
+
121
+ ###環境
122
+
75
- そのためdone内で確認出来るのかと思ったのですが想定の値ではなく大量のhtmlが返ってきます。
123
+ windows10
124
+
125
+ xampp