首页 > 其他 > 详细

2014-05-21 总结

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

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 总结

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!