Home > Backend Development > PHP Tutorial > Sina online visual editor PHP version_PHP tutorial

Sina online visual editor PHP version_PHP tutorial

WBOY
Release: 2016-07-13 10:59:20
Original
1757 people have browsed it

Call
/**
* Sina Blog Editor PHP version encapsulated class calling method
*
​*/
header('Content-Type:text/html;Charset=utf-8;');
include_once('sinaEditor.class.php');
extract($_POST);
extract($_GET);
unset($_POST,$_GET);
$act=='subok' && die("The submitted content is:
".htmlspecialchars($gently_editor));
$editor=new sinaEditor('gently_editor');
$editor->Value='

This is a test!



My blog:
$editor->Create();
?>


Rendering

Download address: Click to download

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/631915.htmlTechArticleCall?php /*** Sina Blog Editor PHP version encapsulation class calling method **/ header('Content-Type: text/html;Charset= utf-8;'); include_once('sinaEditor.class.php'); extract($_POST);...
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template