<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>
时间: 2024-10-09 05:47:11