質問編集履歴

1

関数名を変更しました

2021/09/29 02:12

投稿

mai1210
mai1210

スコア272

test CHANGED
File without changes
test CHANGED
@@ -38,7 +38,7 @@
38
38
 
39
39
 
40
40
 
41
- function show_input_form() {
41
+ function show_template() {
42
42
 
43
43
  $fp = fopen(TEMPLATE, 'r');
44
44
 
@@ -62,7 +62,7 @@
62
62
 
63
63
 
64
64
 
65
- show_input_form();
65
+ show_template();
66
66
 
67
67
  ```
68
68