$oFCKeditor = new FCKeditor('paginabewerken') ;
$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() ;
$oFCKeditor=new FCKeditor('paginabewerken');
$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>';