软件介绍 1、什么是在线编辑器 2、fckeditor配置 $sBasePath = $_SERVER['PHP_SELF'] ; $sBasePath = dirname($sBasePath).'/'; $oFCKeditor = new FCKeditor('FCKeditor1') ; $oFCKeditor->BasePath = $sBasePath ; 3、fckeditor的应用 4、fckeditor结合数据库应用