Mam problem z edytorem FCK.
Otwieram go za pomocą kodu:
<?php include("fckeditor/fckeditor.php") ; $oFCKeditor = new FCKeditor('jeden') ; $oFCKeditor->BasePath = './fckeditor/'; $oFCKeditor->Value = ""; $Config['UserFilesPath'] = './fckeditor/UserFiles/' ; $oFCKeditor->Create() ; ?>
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