What have you done to isolate the various steps and logically identify where the problem actually lies?
Did the text ever leave the client?
Is there an error in your Javascript?
Did your form handler receive the text? Prove it.
Why did the text not go into your database?
Was the query valid?
Did the logic run?
What is in your PHP error files?
What is in your Mysql log files? Is it valid?
I know what ckeditor is and where to download it (and to write extensions for it) - in order to help you with your problem you need to first make sure the text you enter is being sent from the client (browser) to the server.
Bookmarks