最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
php 中调用fckeditor网页编辑器方法
时间:2022-06-24 23:55:51 编辑:袖梨 来源:一聚教程网
下面中要在html 中调用就行了
今天我们要讲了是关于 php教程 如何调用代码如
include("../editor/fckeditor.php");$ofckeditor = new fckeditor('fckeditor1') ;
$ofckeditor->basepath = '../editor/';
$ofckeditor->value = '';
$ofckeditor-> ;
$ofckeditor-> ;
$ofckeditor->create() ;?>
如果php要获取值就直接
$_post'fckeditor1'];
就可以了。
更多详细内容请查看:https://www.111cn.net/wy/dreamweaver/34997.htm