http://www.fckeditor.net/forums/viewtopic.php?f=6&t=11369
$tplMessg = $row_from_mysql['messg']) ; $oFCKeditor = new FCKeditor(mmessage') ; $oFCKeditor->BasePath = '../includes/fckeditor/'; $oFCKeditor->Width = '100%'; $oFCKeditor->Height = '300'; $oFCKeditor->ToolbarSet = 'Basic'; $oFCKeditor->Config['AutoDetectLanguage'] = true ; $oFCKeditor->Config['DefaultLanguage'] = 'en' ; $oFCKeditor->Value = stripslashes($tplMessg); $oFCKeditor->Create() ;
