开发者

how to add fckeditor to a dynamically creating form in php?

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 data开发者_JAVA百科base but when i entered text in fckeditor after execution then it does not save it in database.

What is the problem?


have you added fckeditor on your web page? don't you know how to post form values and save to mysql database?

you have to post fckeditor value then save to mysql database


@Ahmwad Nawaz: I use the jQuery plugin for CKEditor (next version of FCKEditor). See usage here: http://www.fyneworks.com/jquery/CKEditor/#tab-Usage.

If you still wish to create and instantiate the textarea within PHP, when you download the editor it should contain a _samples directory and within that a php directory with several samples in it to show you how to do it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜