回答編集履歴
1
追記
test
CHANGED
@@ -3,6 +3,8 @@
|
|
3
3
|
//表示部分
|
4
4
|
|
5
5
|
// $file = htmlspecialchars($row['file']); // htmlspecialchars 不要
|
6
|
+
|
7
|
+
$file = $row['file'];
|
6
8
|
|
7
9
|
$imgType = "image/png";
|
8
10
|
|