回答編集履歴

1

修正

2018/06/01 02:04

投稿

m.ts10806
m.ts10806

スコア80850

test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
  ```php
46
46
 
47
- $y = date("Y",strtotime($result["birth"]));
47
+ $birth_year= date("Y",strtotime($result["birth"]));
48
48
 
49
49
 
50
50
 
@@ -94,7 +94,15 @@
94
94
 
95
95
  ?>
96
96
 
97
+ <!DOCTYPE html>
97
98
 
99
+ <html lang="ja">
100
+
101
+ <head>
102
+
103
+
104
+
105
+ <!-- 省略 -->
98
106
 
99
107
 
100
108