include("./fckeditor/fckeditor.php") ; $oFCKeditor = new FCKeditor('FCKeditor1') ; $oFCKeditor->BasePath = './fckeditor/'; $Config['UserFilesPath'] = './fckeditor/UserFiles/' ; $oFCKeditor->Create() ;
Z góry wielkie dzieki!!
include("./fckeditor/fckeditor.php") ; $oFCKeditor = new FCKeditor('FCKeditor1') ; $oFCKeditor->BasePath = './fckeditor/'; $Config['UserFilesPath'] = './fckeditor/UserFiles/' ; $oFCKeditor->Create() ;
<?php include("./fckeditor/fckeditor.php") ; $oFCKeditor = new FCKeditor('FCKeditor1') ; $oFCKeditor->BasePath = './fckeditor/'; $oFCKeditor->Name = $jakas; $Config['UserFilesPath'] = './fckeditor/UserFiles/' ; $oFCKeditor->Create() ; ?>