質問編集履歴

1

説明補足しファイルを分けました。

2020/12/01 14:41

投稿

tomyorke-gif
tomyorke-gif

スコア0

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  どこの個所がエラーかも書いていなくてどこを直したらよいか分かりません。
14
14
 
15
-
15
+ 以下がエラーメッセージです
16
16
 
17
17
  updateItem($itemID,$cost,$title, $author, $publisher, $materials,$information,$imageName);
18
18
 
@@ -106,6 +106,10 @@
106
106
 
107
107
  </form>
108
108
 
109
+ ```
110
+
111
+ ```
112
+
109
113
  アクションファイル
110
114
 
111
115
  include "../classes/admin.php";
@@ -132,7 +136,11 @@
132
136
 
133
137
  $admin->updateItem($itemID,$cost,$title, $author, $publisher, $materials,$information,$imageName);
134
138
 
139
+ ```
140
+
141
+ ```
142
+
135
- クラスファイル
143
+ クラスファイル
136
144
 
137
145
  public function updateItem($itemID,$cost,$title,$author,$publisher,$materials,$information,$imageName){
138
146