分类分类
 
    大小:33.30MB更新:2025-10-28
类别:php教程系统:2000/XP/2003/Vista 
软件介绍 1、什么是在线编辑器
2、fckeditor配置
   $sBasePath = $_SERVER['PHP_SELF'] ;
   $sBasePath = dirname($sBasePath).'/'; 
   $oFCKeditor = new FCKeditor('FCKeditor1') ;
   $oFCKeditor->BasePath   = $sBasePath ;
3、fckeditor的应用
4、fckeditor结合数据库应用