質問編集履歴
1
閉じタグ不足を修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
```php
|
12
12
|
$arr = [];
|
13
|
-
$arr['key] = '<table class="class"></table>';
|
13
|
+
$arr['key'] = '<table class="class"></table>';
|
14
14
|
$encode = json_encode($arr,JSON_HEX_TAG|JSON_HEX_QUOT|JSON_HEX_AMP|JSON_HEX_APOS|JSON_UNESCAPED_UNICODE);
|
15
15
|
|
16
16
|
//↓$encodeをDBに入れた後
|