Arkadaşlar meraba, icerik sayfam için fck editör kullanıyorum; içerik ekle.php de sorunum yok fakat duzenle.php de veri gelmiyor.

<?php
$oFCKeditor = new FCKeditor('aciklama') ;
                            $oFCKeditor->BasePath = 'fckeditor/';
                            $oFCKeditor->Width  = '700';
                            $oFCKeditor->Height = '400';
                            //$oFCKeditor->Config['SkinPath'] = 'skins/silver/' ;
                            //$oFCKeditor->ToolbarSet = "Basic";
                            $oFCKeditor->Value = $aciklama;
                            $oFCKeditor->Create() ;  
?>
şunun neresine value ekleyeceğim tam olarak çözemedim :S