I recently used ckeditor to build a website, but how should I deal with its data? Its own filtering is based on js and is controllable. If you use php to filter, if you use addslashes and htmlspecialchars, its style tags will also be filtered. How do you deal with it?
I recently used ckeditor to build a website, but how should I deal with its data? Its own filtering is based on js and is controllable. If you use php to filter, if you use addslashes and htmlspecialchars, its style tags will also be filtered. How do you deal with it?