Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图将 CKEDITOR 标签保存到数据库但没有成功。
Put htmlspecialchars(),但是在将数据存储到服务器时需要使用 PDO。确保您的 textarea HTML 标记正确为:
htmlspecialchars()
<textarea class="ckeditor"><?php echo $your_value_from_db; ?></textarea>