Home >php教程 >php手册 >新浪在线可视化编辑器PHP版

新浪在线可视化编辑器PHP版

WBOY
WBOYOriginal
2016-06-13 09:58:451579browse

调用
/**
 * 新浪博客编辑器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();
?>


效果图

下载地址:点击下载

 

 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn