The forum operates in read-only mode. Please head to StackOverflow for support.
Hellofor example insert in your PHP script:HTML-Head
<script type="text/javascript"> window.onload = function() { var oFCKeditor = new FCKeditor('textarea1'); oFCKeditor.BasePath = '/myfolder/fckeditor/'; oFCKeditor.Width = 800; oFCKeditor.Height = 600; oFCKeditor.ReplaceTextarea(); } </script>
Re: HOW TO Use FCK Rditor in php
Hello
for example insert in your PHP script:
HTML-Head