I use http://ckeditor.com/ in the small PHP / MySQL forum that I created. My questions:
Is it safe to save user-created HTML like this in a database and then redisplay it in my application? What precautions should be taken to ensure the safety of users of my forum from injection script, etc.?
<p>test</p> <span style="font-size: 14px;">test</span>
Would it be safer to use BBCode instead of HTML? I tried the ckeditor bbcode plugin, but it lacks basic formatting like text alignment ... Does anyone know how to extend the plugin to add text alignment to it?
source share