ok fijate
Código PHP:
<?php
$oFCKeditor = new FCKeditor('descripcion') ;
$oFCKeditor->BasePath = 'fckeditor/' ;
$oFCKeditor->Value = echo $row_Recordset1['imagen']; ;
$oFCKeditor->Create() ;
?>
si t fijas aqui tengo el echo cerrado asi
]; ;
pero lo he hecho de varias maneras y sigue dando el error...