bambinou
04-05-2010, 03:02 PM
Hi,
I have this code here:
<?
$oFCKeditor = new FCKeditor('FCKeditor') ;
$oFCKeditor->ToolbarSet = 'NoSmiley';
$oFCKeditor->Value = unspecialChar(stripslashes($review_text));
$oFCKeditor->BasePath = $path["webroot"]."common/richtext/";
$oFCKeditor->Width = '100%' ;
$oFCKeditor->Height = '300' ;
$oFCKeditor->Create() ;
?>
I would like to add some text just below the $oFCKeditor->Create() ;, how do I do that please?
Shall I use an echo statement?
Thanks,
BamBam
I have this code here:
<?
$oFCKeditor = new FCKeditor('FCKeditor') ;
$oFCKeditor->ToolbarSet = 'NoSmiley';
$oFCKeditor->Value = unspecialChar(stripslashes($review_text));
$oFCKeditor->BasePath = $path["webroot"]."common/richtext/";
$oFCKeditor->Width = '100%' ;
$oFCKeditor->Height = '300' ;
$oFCKeditor->Create() ;
?>
I would like to add some text just below the $oFCKeditor->Create() ;, how do I do that please?
Shall I use an echo statement?
Thanks,
BamBam
