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

翻页加输入框

时间:2014-05-26 01:59:51      阅读:252      评论:0      收藏:0      [点我收藏+]

标签:c   a   set   cti   os   name   

<form action="lianxi2.php" method="post">
发表回复:
<?php
include("fckeditor/fckeditor.php") ;
$oBasePath = $_SERVER[‘PHP_SELF‘];
$oBasePath = dirname($oBasePath)."/fckeditor/";

$oFCKeditor = new FCKeditor(‘huifu‘) ;
$oFCKeditor->BasePath = $oBasePath ;
$oFCKeditor->Height = "500px";
// $oFCKeditor->ToolbarSet = "Basic";
$oFCKeditor->Create() ;
?>
<input type="submit" name="submit" value="发表">

</form>

翻页加输入框,布布扣,bubuko.com

翻页加输入框

标签:c   a   set   cti   os   name   

原文地址:http://www.cnblogs.com/wanger1994/p/3749473.html

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