OK so I install CKEDitor in this way:
1. I uploaded all the files from ckeditor directory to my root directory, so it looks like this: www.mysite.com/ckeditor
2. I put this code beetwen <head> </head> section in index.php
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> <script type="text/javascript" src="ckeditor/ckeditor.js"></script> <script type="text/javascript" src="ckeditor/adapters/jquery.js"></script>
Re: How do I get access to POST variables from CKEditor ?
What do you see when you
???
Re: How do I get access to POST variables from CKEditor ?
I am also having this problem
I am also having this problem... Downloaded the CKEditor 4.3 Beta development release and installed it. Got it up and running, however, because I'm using ajax with appendTo via the createEditor function as with one of the samples (in the package), there is no textarea to grab the $_POST from, there is absolutely nothing from ckeditor that I can use when saving the form that will throw ckeditor content into the database.
I've performed a var_dump($_POST); and I get nothing from the ckeditor's actual content in there.
I don't believe that I can't save the form with the content from ckeditor in it. This doesn't make any sense to me at all. That is the whole purpose of having this editor, otherwise, it's no good to me.