Welcome Guest, Not a member yet? Register   Sign In
How to insrest HTML formated text into database
#1

[eluser]alex646[/eluser]
Hey guys,

I'm trying to experiment with CI and created simple blog page which has CKEditor plugin
that is replacing my post &lt;textarea&gt;. Everything works fine, data typed into CKEditor/post goes to DB without any issues, however only <strong> formatting is applied/saved into db, all other formatting is gone once it's saved to db, like font color, italics and so on. Please advise how to make it save all formating that was typed into CKEditor/&lt;textarea&gt; input.

Thanks!!
#2

[eluser]jairoh_[/eluser]
we have the same problems. hope there will be someone to help us.
#3

[eluser]TheFuzzy0ne[/eluser]
It sounds to me like the problem isn't with what's being saved, but rather with what's being sent to the server (or not being sent, in your case) when the form is submitted.

Have you checked to see that everything is being sent to the server as you'd expect? Perhaps it's time to try a different editor. Smile




Theme © iAndrew 2016 - Forum software by © MyBB