質問編集履歴

2

エラーコードの修正

2021/01/26 06:59

投稿

dros
dros

スコア0

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  ```
14
14
 
15
- Parse error: syntax error, unexpected '$html' (T_VARIABLE) in D:\xampp\htdocs\semi\index.php on line 5
15
+ Parse error: syntax error, unexpected '$html' (T_VARIABLE) in D:\xampp\htdocs\semi\index.php on line 4
16
16
 
17
17
  ```
18
18
 

1

code機能を使用

2021/01/26 06:59

投稿

dros
dros

スコア0

test CHANGED
File without changes
test CHANGED
@@ -19,6 +19,8 @@
19
19
 
20
20
 
21
21
  ### 該当のソースコード
22
+
23
+ ```ここに言語を入力
22
24
 
23
25
  <?php
24
26
 
@@ -57,3 +59,5 @@
57
59
  $page->display();
58
60
 
59
61
  ?>
62
+
63
+ ```