标签: php mysql ckeditor
我正在使用CKEditor 4.5.11。当我尝试插入一些包含以下标记的数据时:
<img src="/images/nature.jpg" alt="Nature at it's best" border="0" />
我的PHP / MySQL代码崩溃了。它无法在数据库中插入数据。我们知道CKEditor将单引号转义为',但在<img>标记中它失败了。为什么?什么是解决方法 - 我的意思是在config.js?
'
<img>