<?php 
include_once("Function/FCKeditor/fckeditor.php"); $oFCKeditor=new fckeditor('content'); 
$oFCKeditor->BasePath='Function/FCKeditor/'; 
$oFCKeditor->value='default text in editor'; 
$oFCKeditor->Width='800px'; 
$oFCKeditor->Height='300px'; 
$oFCKeditor->ToolbarSet = 'Basic';
$oFCKeditor->create(); ?>
<textarea name="content" style="display:none"></textarea> 高人指点指点吧 .. 我快哭了 !