<?php
include("FCKeditor/fckeditor.php") ;
$sBasePath = $_SERVER['PHP_SELF'] ;
$sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "index.php" ) ) ;
$oFCKeditor = new FCKeditor('aciklama') ;
$oFCKeditor->BasePath = $sBasePath."FCKeditor/" ;
$oFCKeditor->Value = "text" ;
$oFCKeditor->Create() ;
?>