<?php
$oFCKeditor->Width = '100%';
$oFCKeditor = new FCKeditor("content_vrw_$cnt1");
$oFCKeditor->BasePath = 'fckeditor/';
$oFCKeditor->Value = ($row_rshpb_voorwaarden_vrw['content_vrw']);
$oFCKeditor->Create() ;
?>
Tue, 10/07/2008 - 11:01
#1

Re: Problem with updating record
<?php $oFCKeditor = new FCKeditor("content_vrw") ; $oFCKeditor->BasePath = 'fckeditor/' ; $oFCKeditor->Value = $row_rshpb_voorwaarden_vrw['content_vrw']; $oFCKeditor->Create() ; ?>