hi friends,
i download the tinymce from net.. my tiny mce is works fine, no problem in that one.. now my problem is how to get the Contents from tinymce and how to insert the content to Database..
i know the javascript coding to getcontents from the tinymce.. but what i need is, how to get the contents from the tinymce and stored it in database using PHP... and need to do the concept viceversa, (i.e, get content from database and stored it in tinymce..)
thanks in advance....
Tiny MCE Help
Moderator: General Moderators
Re: Tiny MCE Help
Submit the form TinyMCE is attached to & examine $_POST. You should see which post variable your content is placed in.
TinyMCE will automatically load the content inside the <div> or <textarea> to which it is attached. Just place it in the page with PHP before you load the page and TinyMCE should take care of everything else.
TinyMCE will automatically load the content inside the <div> or <textarea> to which it is attached. Just place it in the page with PHP before you load the page and TinyMCE should take care of everything else.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Re: Tiny MCE Help
thanks pickle,
now works fine
now works fine