我在下载的fckeditor文件夹里引用fckeditor没问题,我就这样就可以了
 include('fckeditor.php'); $sBasePath = $_SERVER['PHP_SELF'] ; $sBasePath = dirname($sBasePath).'/'; $oFCKeditor = new FCKeditor('FCKeditor1') ; $oFCKeditor->BasePath   = $sBasePath ; $oFCKeditor->Create();
问题是,我想在fckeditor文件夹外引用fckeditor的话,光修改include还不行是吧,请教我正确方法