質問編集履歴

1

プログラムを見やすくしました

2019/02/24 08:04

投稿

kanka
kanka

スコア26

test CHANGED
File without changes
test CHANGED
@@ -44,9 +44,11 @@
44
44
 
45
45
  <label for='date_end'>終了日(1日で終わる場合は同じ日にちを指定してください。)</label>\
46
46
 
47
- <input type='date' id='date_end' name='date_end' value='<?php\
47
+ <input type='date' id='date_end' name='date_end'\
48
48
 
49
- print(htmlspecialchars($_POST['date_end'], ENT_QUOTES)); ?>' required>\
49
+ value='<?php print(htmlspecialchars($_POST['date_end'], ENT_QUOTES)); ?>'
50
+
51
+ required>\
50
52
 
51
53
  </div>";
52
54
 
@@ -70,6 +72,8 @@
70
72
 
71
73
 
72
74
 
75
+ [年 /月/日]はinputの入力欄です
76
+
73
77
 
74
78
 
75
79
  稚拙な質問ですが、お願いいたします。