php variables

Hi, How can I send the content of the dhtmlxEditor to a php variable? I Want to send this content to a database. And how can I put a php variable content, inside of the dhtmlxEditor?


Hello,


there is getContent() method that returns html content. It is better to use POST to send this string ( GET has a limit ).


To load set editor content you can use either:
setContent(html_string)
or
setContentHTML(path_to_html) /loads content by Ajax/