BasePath = 'fckeditor/';
//set the EnterMode to "br" (overwrites the default configuration from fckconfig.js)
$oFCKeditor->Config['EnterMode'] = 'br';
$oFCKeditor->Value = "";
$oFCKeditor->Value = $sqlData['discount_description'];
$oFCKeditor->Create() ;
?>