跳到主要内容

PHP100 视频教程 三十一 PHP在线编辑器fckeditor应用

大小:33.3MB       时间:2024-12-07

1、什么是在线编辑器

2、fckeditor配置
$sBasePath = $_SERVER['PHP_SELF'] ;
$sBasePath = dirname($sBasePath).'/';
$oFCKeditor = new FCKeditor('FCKeditor1') ;
$oFCKeditor->BasePath = $sBasePath ;

3、fckeditor的应用

4、fckeditor结合数据库应用