The forum operates in read-only mode. Please head to StackOverflow for support.
oFCKeditor.Value = '<?=nl2br($cont->parseContent());?>';
oFCKeditor.Value = '<?=nl2br(htmlentities($cont->content));?>';
RE: Problem with some Code
oFCKeditor.Value = '<?=nl2br(htmlentities($cont->content));?>';But it also doesn't work.
Any solution?