+ -
当前位置:首页 → 问答吧 → Value 如何获取数据库里的值

Value 如何获取数据库里的值

时间:2011-08-02

来源:互联网

<?php
$oFCKeditor = new FCKeditor('body')  ;   
$oFCKeditor->BasePath = 'fckeditor/' ;   
$oFCKeditor->ToolbarSet = 'Default' ;
$oFCKeditor->InstanceName = 'body' ;
$oFCKeditor->Width = '680' ;
$oFCKeditor->Height = '400' ;
$oFCKeditor->Value  = '';
$oFCKeditor->Create() ;
?>

Value  = '';里,如何获取数据库里的值,值是body,
写上<?php echo $info1[body];?>但是运行不了

作者: haimin   发布时间: 2011-08-02

直接用$info1[body]

作者: WellFrog   发布时间: 2011-08-02

热门下载

更多