Home >Backend Development >PHP Tutorial >How to call fckeditor web editor in php_PHP tutorial

How to call fckeditor web editor in php_PHP tutorial

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-07-13 10:54:301019browse

Just call it in html




Today we are going to talk about php tutorial how to call code such as

include("../editor/fckeditor.php");

$ofckeditor = new fckeditor('fckeditor1') ;
$ofckeditor->basepath = '../editor/';
$ofckeditor->value = '';
$ofckeditor->width = '100%' ;
$ofckeditor->height = '360' ;
$ofckeditor->create() ;

?>

If php wants to get the value, just

$_post'fckeditor1'];


That's it.

For more details, please check: http://www.bKjia.c0m/wy/dreamweaver/34997.htm

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/632316.htmlTechArticleJust call it in html script src=fckeditor/fckeditor.js/script script type=text/ Web page special effects function showfck(){ var ofckeditor = new fckeditor('content') ; ofcked...
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