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 タグをデータベースに保存しようとしていますが、成功しません。
を置きhtmlspecialchars()ますが、データをサーバーに保存するときは PDO を使用する必要があります。テキストエリアの HTML タグが次のように正しく設定されていることを確認してください。
htmlspecialchars()
<textarea class="ckeditor"><?php echo $your_value_from_db; ?></textarea>