質問編集履歴

1

追記

2019/12/25 03:23

投稿

kingkamehameha
kingkamehameha

スコア16

test CHANGED
File without changes
test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  ```PHP
24
24
 
25
- <input type="date" name="date1" value="" placeholoder="<?php date('Y-m-d')?>" autocomplete="on">
25
+ <input type="date" name="date1" value="" placeholoder="<?php echo date('Y-m-d')?>" autocomplete="on">
26
26
 
27
27
  ```
28
28