PHP100 视频教程 三十一 PHP在线编辑器fckeditor应用,1、什么是在线编辑器 2、fckeditor配置 $sBasePath = $_SERVER['PHP_SELF'] ; $sBasePath = dirname($sBasePath).'/'; $oFCKeditor = new FCKeditor('FCKeditor1') ; $oFCKeditor->BasePath = $sBasePath ; 3、fckeditor的应用 4、fckeditor结合数据库应

1、什么是在线编辑器

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

3、fckeditor的应用

4、fckeditor结合数据库应用
转载请说明出处
知优网 » PHP100 视频教程 三十一 PHP在线编辑器fckeditor应用

发表评论

您需要后才能发表评论