回答編集履歴

1

修正

2017/09/28 03:19

投稿

m.ts10806
m.ts10806

スコア80765

test CHANGED
@@ -2,9 +2,13 @@
2
2
 
3
3
  ```php
4
4
 
5
+ <?php
6
+
5
7
  $title = "ページタイトル";
6
8
 
7
- <?php include ('header.php'); ?>
9
+ include ('header.php');
10
+
11
+ ?>
8
12
 
9
13
  ```
10
14
 
@@ -13,6 +17,8 @@
13
17
  header.php
14
18
 
15
19
  ```php
20
+
21
+ <?php
16
22
 
17
23
  if(!isset($title)){
18
24