新浪在线可视化编辑器PHP版
程序员文章站
2024-02-04 18:03:28
...
调用
/**
* 新浪博客编辑器PHP版封装类调用方法
*
*/
header(\'Content-Type:text/html;Charset=utf-8;\');
include_once(\'sinaEditor.class.php\');
extract($_POST);
extract($_GET);
unset($_POST,$_GET);
$act==\'subok\' && die("提交的内容是:
".htmlspecialchars($gently_editor));
$editor=new sinaEditor(\'gently_editor\');
$editor->Value=\'
我的博客:
$editor->Create();
?>
/**
* 新浪博客编辑器PHP版封装类调用方法
*
*/
header(\'Content-Type:text/html;Charset=utf-8;\');
include_once(\'sinaEditor.class.php\');
extract($_POST);
extract($_GET);
unset($_POST,$_GET);
$act==\'subok\' && die("提交的内容是:
".htmlspecialchars($gently_editor));
$editor=new sinaEditor(\'gently_editor\');
$editor->Value=\'
这个是一个测试!
我的博客:
$editor->Create();
?>
效果图
下载地址:点击下载