Hey Guys
Thanks for the great application!
I am using ckeditor to add news to my database. I also have a "edit news" facility which opens a new page with the text fields (amongst them an ckeditor instance)
In my form elements, i use something like <input value="<?php echo $result["content"]; ?>" to retrieve the content from the database, where $result is populated using mysql_fetch_array. As I said, it works for all of the other fields, but not for my textarea (ckeditor)
How do I do this with CKeditor?
Thanks for the great application!
I am using ckeditor to add news to my database. I also have a "edit news" facility which opens a new page with the text fields (amongst them an ckeditor instance)
In my form elements, i use something like <input value="<?php echo $result["content"]; ?>" to retrieve the content from the database, where $result is populated using mysql_fetch_array. As I said, it works for all of the other fields, but not for my textarea (ckeditor)
How do I do this with CKeditor?