php给fckeditor编辑器赋值显示不出来!

<?php include(✀myfckeditor/fckeditor.php✀) ; $sBasePath = $_SERVER[✀PHP_SELF✀] ; $sBasePath = dirname($sBasePath).✀/myfckeditor/✀; $oFCKeditor = new FCKeditor(✀FCKeditor1✀) ; $oFCKeditor->BasePath= $sBasePath ; $zj=$resou[17]; $oFCKeditor->Value= $zj; $oFCKeditor->Create() ; ?>
2026年09月24日 12:14
有3个网友回答
网友(1):

先赋个 字符串看看,‘aaaa' 什么的, 实力化 没错的化就是值的问题了

网友(2):

换编辑器吧。fckeditor不方便。
用这个好了kindeditor

网友(3):

你输出一下$zj 有数值么