Code: Select all
<?php
$fck_editor_value='Sample value';
$oFCKeditor = new FCKeditor('sample','123');
$oFCKeditor->BasePath = '/fckeditor/';
$oFCKeditor->Height = '250';
$fck=$oFCKeditor->CreateHtml();
?>Moderator: General Moderators
Code: Select all
<?php
$fck_editor_value='Sample value';
$oFCKeditor = new FCKeditor('sample','123');
$oFCKeditor->BasePath = '/fckeditor/';
$oFCKeditor->Height = '250';
$fck=$oFCKeditor->CreateHtml();
?>