This is very stupid, I am very new to this tool but have been making pages for 10 years.
I have successfully embedded the CKEditor instance in a php page. My site does not run on a database. It is all includes.
After I press 'submit', where does the posted content go? How do I see it in a page? I don't understand, and there is no info in the documentation. If you could just tell me where to find the next piece of info, I'd be on my way.
I have successfully embedded the CKEditor instance in a php page. My site does not run on a database. It is all includes.
After I press 'submit', where does the posted content go? How do I see it in a page? I don't understand, and there is no info in the documentation. If you could just tell me where to find the next piece of info, I'd be on my way.
Re: How do I access the content created in the editor?
Are you sure you read the documentation?
On the integration page there is even a php example:
Re: How do I access the content created in the editor?
Re: How do I access the content created in the editor?
index.html
PHP Example:
index.php
action.php
Re: How do I access the content created in the editor?
Read http://alfonsoml.blogspot.com/2009/08/u ... sites.html
As a summary: first create your system with a textarea (lots of tutorials on the web) and when you have that part ready, the turn it into a CKEditor instance.
Re: How do I access the content created in the editor?