I am creating a dynamic form in php. And i want to add fckeditor to this dynamic form. so any idea about to add fckeditor to a dynamically creating form in php???
So how can i post values from the fckeditor. That is my actual problem
When i assign text to fckeditor statically using its value property then it stores that in database but when i entered text in fckeditor after execution then it does not save it in database.
What is the problem?