There is lot of post on this topic but they are very confusing.Can anyone tell me the step by step process to store content in database I have php+mysql.Like in this forum topic they have "submit" button.On submit the content goes in database and topic is added in forum where i can see or preview.
If there is image in content so how to store all content in a table?
can we use save plugin to store content in database?
How to store content in database and retrieve content from database and add in my website?Can it work it like wordpress cms.I want to make site like ckeditor/forum where user can add content and see there content on website.
THANKS IN ADVANCE.
Have you checked this FAQ on
Have you checked this FAQ on saving? The save plugin doesn't do anything special. It merely fires and event that overwrites the submit function you should already have setup on your site.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Did you manage to go further?
If not, I will write an example (using inline) about how I proceed.
I struggled at the beginning too.
what is inline.
I am still stuck,it very confusing . plz write step by step process to store and retrieve from database for idiot like me. can we store image from this method?