Categories | Question details Back To List | ||
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? Answer posted by Alex (support) on Jun 22, 2009 00:33 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: |