翻页加输入框

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

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