I am using the following code to create fckeditor
Code: Select all
$oFCKeditor = new FCKeditor('essay','');
$oFCKeditor->BasePath = '/FCKeditor/';
echo $oFCKeditor->Create();Thanks
Moderator: General Moderators
Code: Select all
$oFCKeditor = new FCKeditor('essay','');
$oFCKeditor->BasePath = '/FCKeditor/';
echo $oFCKeditor->Create();