【发布时间】:2016-07-16 10:02:21
【问题描述】:
我需要将 html 内容插入 mysql table.but 脚本剪切了部分 html 内容。 html内容如下。
<div data-plugin-lightbox data-plugin-options='{"delegate": "a", "type": "image", "gallery": {"enabled": true}}'>
我无法上传所有 content.mysql 表有 只有
<div data-plugin-lightbox data-plugin-options={"
如何将任何 html 内容插入到 mysql 表中。
【问题讨论】:
-
你保存html的mysql字段的数据类型是什么?
-
不,我什至无法从外部 php 文件中回显内容。(