Home >Backend Development >PHP Tutorial >Sina online visual editor PHP version_PHP tutorial
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='
Rendering
Download address: Click to download