Hi,
please help me with this small question.
i have used FCKEDITOR in my php website. but when i uploaded it on the webserver. The FckEditor does not displays here is the code. please help

Code:
<?php
 include_once("fckeditor/fckeditor.php") ;
$oFCKeditor = new FCKeditor('FCKeditor1') ;
$oFCKeditor->BasePath = '/home/User_NAme/public_html/folder/admin/fckeditor/' ;
$oFCKeditor->Value = $data;
$oFCKeditor->Create() ;
echo "<br>";

 
?>
is there something wrong in this line?

/home/User_NAme/public_html/folder/admin/fckeditor/

pls do help