質問編集履歴

2

修正

2016/09/04 12:26

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -54,7 +54,7 @@
54
54
 
55
55
 
56
56
 
57
- include1.php
57
+ index1.php
58
58
 
59
59
 
60
60
 
@@ -68,7 +68,7 @@
68
68
 
69
69
 
70
70
 
71
- include2.php
71
+ index2.php
72
72
 
73
73
  ```ここに言語を入力
74
74
 
@@ -78,8 +78,6 @@
78
78
 
79
79
 
80
80
 
81
- includeのときに、echoは必要ですか?
82
-
83
81
 
84
82
 
85
83
 

1

修正

2016/09/04 12:26

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,9 @@
4
4
 
5
5
  analytics1.php
6
6
 
7
+
8
+
7
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9
+ ```ここに言語を入力
8
10
 
9
11
  <script>
10
12
 
@@ -14,13 +16,17 @@
14
16
 
15
17
  <noscript>1行のHTMLのコード</noscript>
16
18
 
19
+
20
+
17
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21
+ ```
18
22
 
19
23
 
20
24
 
21
25
  analytics2.php
22
26
 
27
+
28
+
23
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
29
+ ```ここに言語を入力
24
30
 
25
31
  <?php
26
32
 
@@ -42,27 +48,33 @@
42
48
 
43
49
  ?>
44
50
 
45
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
51
+ ```
52
+
53
+
46
54
 
47
55
 
48
56
 
49
57
  include1.php
50
58
 
59
+
60
+
51
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61
+ ```ここに言語を入力
52
62
 
53
63
  <?php include('analytics1.php'); ?>
54
64
 
55
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
65
+ ```
66
+
67
+
56
68
 
57
69
 
58
70
 
59
71
  include2.php
60
72
 
61
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73
+ ```ここに言語を入力
62
74
 
63
75
  <?php include('analytics2.php'); ?>
64
76
 
65
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
77
+ ```
66
78
 
67
79
 
68
80