echo ' ';
include_once("../fckeditor/fckeditor.php") ;
$oFCKeditor = new FCKeditor('Description') ;
$oFCKeditor->BasePath = '../fckeditor/' ;
$oFCKeditor->Value = $Description ;
$oFCKeditor->Config['CustomConfigurationsPath'] = '../../fckeditor/myconfig.js' ;
$oFCKeditor->Create() ;
echo ' ';
?>
|