<?
$oFCKeditor = new FCKeditor('FCKeditor1') ;
$oFCKeditor->BasePath = '/fckeditor/' ;
$oFCKeditor->Value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
$oFCKeditor->Create() ;
?>
BasePath = '../fckeditor/' ; $oFCKeditor->Value = ' This is some sample text. You are using FCKeditor. ' ; $oFCKeditor->Create() ; ?>
