php给fckeditor编辑器赋值显示不出来!
<?phpinclude('myfckeditor/fckeditor.php');$sBasePath=$_SERVER['PHP_SELF'];$sBasePath=...
<?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() ;
?> 展开
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() ;
?> 展开
3个回答
展开全部
先赋个 字符串看看,‘aaaa' 什么的, 实力化 没错的化就是值的问题了
更多追问追答
追问
$oFCKeditor->Value= ‘初始值’; 这么赋值会显示,
但是我赋值成从数据库中取出的变量$oFCKeditor->Value= $zj 就不显示了
可以确认的是$zj这个变量有值。
追答
恩~ 我试了一下 没问题
BasePath= $sBasePath ;
//$zj=$resou[17];
$hunter= $arr[3];
var_dump($hunter);
$oFCKeditor->Value= $hunter;
$oFCKeditor->Create() ;
?>
除了 false 显示空,都没有问题
vardump 一下 你的变量 看看变量类型
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询