$oFCKeditor->Value='在这里写数据库里的内容就好了。';
如果没有上面的自己+上也行....下面的是我的
                   $oFCKeditor = new FCKeditor('content') ;
$oFCKeditor->BasePath = $sBasePath ;
$oFCKeditor->Value = '<?echo 内容?>' ;
$oFCKeditor->Create() ;