<?php $sBasePath = $_SERVER['PHP_SELF'] ; $oFCKeditor = new FCKeditor('FCKeditor1') ; $oFCKeditor->BasePath = $sBasePath ; $oFCKeditor->Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ; $oFCKeditor->Create() ; ?>
Po czym wyskakuje mi błąd o takiej treści:
Fatal error: Cannot instantiate non-existent class: fckeditor in c:\...plik.php on line 130