码迷,mamicode.com
首页 > 其他好文 > 详细

2014-05-21 总结

时间:2014-05-26 12:43:28      阅读:278      评论:0      收藏:0      [点我收藏+]

标签:style   c   blog   http   a   width   

1、dirname:获取前缀

        $oBasePath = dirname($oBasePath)."/fckeditor/";

2、addslashes:转义字符,把在文本里输入的单引号,一样的传入到数据库中

3、fckeditor的使用    

    <?php    

       include("fckeditor/fckeditor.php");    

       $oBasePath = $_SERVER[‘PHP_SELF‘];    

       $oBasePath = dirname($oBasePath)."/fckeditor/";

       $oFCKeditor = new FCKeditor(‘FCKeditor1‘);    

       $oFCKeditor->BasePath = $oBasePath ;    

       $oFCKeditor->Height = "500px";

     //    $oFCKeditor->ToolbarSet = "Basic";    

      $oFCKeditor->Create() ;    

  ?>

bubuko.com,布布扣

2014-05-21 总结,布布扣,bubuko.com

2014-05-21 总结

标签:style   c   blog   http   a   width   

原文地址:http://www.cnblogs.com/zouyajun/p/3746758.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!