You are not logged in.
Hi
I'm sure that this would have been covered somewhere in the forum, but I can't find any reference to it! Can someone please tell me how I can set the Xinha editor to display html that exists in a MySQL table field? Is this done with setHtml or getHtml? If so, can I have an example of its usage ie in terms of usage within PHP?
Many thanks for any help!
Offline
Simple. Set it right in the HTML.
Read the HTML from the database and plug it into the TEXTAREA field
<TEXTAREA NAME="html_content" ID="html_editor">
(your HTML here)
</TEXTAREA>
Offline
Offline