
Próbowałem tak ale edytor nie chce się pokazać.
function edytuj($id) { polacz(); include_once("../fckeditor/fckeditor.php"); if(mysq_num_rows($ta)>0) { { $oFCKeditor = new FCKeditor('tresc') ; $oFCKeditor->BasePath = '../fckeditor/' ; $oFCKeditor->Value =''.$o['tresc'].'' ; $oFCKeditor->Width = '90%' ; $oFCKeditor->Height = '300' ; $oFCKeditor->Create() ; } } }