<?php require_once("fckeditor/fckeditor.php"); ?><?php echo "path:" . $_SERVER['DOCUMENT_ROOT']; ?>
$oFCKeditor = new FCKeditor('content');
$oFCKeditor->BasePath = '/fckeditor/';
$oFCKeditor->Create();<iframe id="content___Frame" src="/fckeditor/editor/fckeditor.html?InstanceName=content&Toolbar=Default" width="100%" height="200" frameborder="0" scrolling="no"></iframe>

Re: BasePath Problem - Editor Not Showing Up
Re: BasePath Problem - Editor Not Showing Up