調用
<?php
/**
* 新浪博客編輯器PHP版封裝類調用方法
*
*/
header(\'Content-Type:text/html;Charset=utf-8;\');
include_once(\'sinaEditor.class.php\');
extract($_POST);
extract($_GET);
unset($_POST,$_GET);
$act==\'subok\' && die("提交的內容是:<br>".htmlspecialchars($gently_editor));
$editor=new sinaEditor(\'gently_editor\');
$editor->Value=\'<h2>這個是一個測試!</h2><br>
我的博客:<a href="111cn.cn\';
$editor->BasePath=\'.\';
$editor->Height=500;
$editor->Width=700;
$editor->AutoSave=false;//是否自動保存!!
?>
<form name="form1" id="form1" method="post" action="index.php?act=subok">
<?
$editor->Create();
?>
<input type="submit" value="提交">
<input type="reset" value="重置">
</form>
效果圖
下載地址:點擊下載