欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  php教程

新浪在线可视化编辑器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();
?>


效果图

下载地址:点击下载