Problem with fck editor?
Posted: Fri May 08, 2009 5:52 am
Hi,
i m using fck editor in php. but i m getting "The webpage cannot be found".
here is the php code:
can anyone help me.
Thanks in advance
i m using fck editor in php. but i m getting "The webpage cannot be found".
here is the php code:
Code: Select all
<?php
include_once("fckeditor/fckeditor.php") ;
$oFCKeditor = new FCKeditor('FCKeditor1') ;
$oFCKeditor->BasePath = '../fckeditor/' ;
$oFCKeditor->Value = 'rishikesh' ;
$oFCKeditor->Create() ;
?>
Thanks in advance