ホームページ >バックエンド開発 >PHPチュートリアル >Sina オンラインビジュアルエディター PHP バージョン_PHP チュートリアル

Sina オンラインビジュアルエディター PHP バージョン_PHP チュートリアル

WBOY
WBOYオリジナル
2016-07-13 10:59:201751ブラウズ

電話
/**
* Sina Blog Editor PHP版のカプセル化されたクラス呼び出しメソッド
*
​*/
header('Content-Type:text/html;Charset=utf-8;');
include_once('sinaEditor.class.php');
抽出($_POST);
抽出($_GET);
unset($_POST,$_GET);
$act=='subok' && die("送信されたコンテンツは次のとおりです:
".htmlspecialchars($gently_editor));
$editor=new sinaEditor('gently_editor');
$editor->Value='

これはテストです。



私のブログ:
$editor->Create();
?>


レンダリング

ダウンロードアドレス: クリックしてダウンロード

www.bkjia.comtru​​ehttp://www.bkjia.com/PHPjc/631915.html技術記事 Call?php /*** Sina Blog Editor PHP版カプセル化クラス呼び出しメソッド **/ header('Content-Type:text/html;Charset=utf-8;'); include_once('sinaEditor.class.php'); .