Height="/> Height=">

Maison >développement back-end >tutoriel php >fckeditor本地不显示有关问题

fckeditor本地不显示有关问题

WBOY
WBOYoriginal
2016-06-13 10:08:35909parcourir

fckeditor本地不显示问题

PHP code
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->require_once('fckeditor/fckeditor_php5.php');$fck=new FCKeditor('content');$fck->BasePath='fckeditor/';$fck->Width="100%";$fck->Height="400px";$fck->Create();    
 

我这么写的,路径没有问题,在服务器上可以调用,但是在本机上就是不显示
请问怎么回事啊


------解决方案--------------------
可能是路径问题

应该是 include ("fckeditor/fckeditor.php"); 吧?
------解决方案--------------------
路径问题,检查下!
------解决方案--------------------
本地环境信息?把错误提示都打开
------解决方案--------------------
1.js路径问题 
2. fckeditor包问题
3.调用问题(网上教程)
Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn