标签: iframe ckeditor wysiwyg fckeditor
我正在尝试将CKEDITOR标记保存到数据库但没有成功。
答案 0 :(得分:1)
放htmlspecialchars(),但在将数据存储到服务器时需要使用PDO。确保您的textarea HTML标记正确为:
htmlspecialchars()
<textarea class="ckeditor"><?php echo $your_value_from_db; ?></textarea>