首頁 >後端開發 >php教程 >新浪在线可视化编辑器PHP版_PHP教程

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

WBOY
WBOY原創
2016-07-13 10:59:201753瀏覽

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


效果图

下载地址:点击下载

 

 

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/631915.htmlTechArticle调用 ?php /** * 新浪博客编辑器PHP版封装类调用方法 * */ header(\'Content-Type:text/html;Charset=utf-8;\'); include_once(\'sinaEditor.class.php\'); extract($_POST);...
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn