Witam,

Mam problem z edytorem FCK.
Otwieram go za pomocą kodu:
  1. <?php
  2. include("fckeditor/fckeditor.php") ;
  3. $oFCKeditor = new FCKeditor('jeden') ;
  4. $oFCKeditor->BasePath = './fckeditor/';
  5. $oFCKeditor->Value = "";
  6. $Config['UserFilesPath'] = './fckeditor/UserFiles/' ;
  7. $oFCKeditor->Create() ;
  8. ?>


Teraz mam problem, ponieważ chcem użyć go do mojego systemu artykułów mam problem z otwieraniem istniejącego już pliku. Próbowałem z include(), file(), file_get_contents(), ale nic. Może ktoś wie jak to zrobić??


Z góry pozdrawiam