Welcome Guest, Not a member yet? Register   Sign In
Implentation of FCKeditor
#1

[eluser]rash[/eluser]
Can anyone help me that how can i implement the fckeditor in my code page. To show the editor the code is
Code:
<?php
   include("fckeditor/fckeditor.php");
   $oFCKeditor = new FCKeditor('notes') ;
$oFCKeditor->BasePath = 'fckeditor/' ;
$oFCKeditor->Value  = "";
$oFCKeditor->Width  = '700' ;
$oFCKeditor->Height = '450' ;
$oFCKeditor->Create() ;
  
?>

Whereever i m trying for
Code:
include, include_once, require, require_once
function but it shows the following error :

Code:
Warning: require(libs/fckeditor.php) [function.require]: failed to open stream: No such file or directory in D:\wamp\www\mvc\index.php on line 8

Please helpme, its urgent.....

Thanks in advance


Messages In This Thread
Implentation of FCKeditor - by El Forum - 01-11-2014, 01:39 AM
Implentation of FCKeditor - by El Forum - 01-11-2014, 06:27 AM
Implentation of FCKeditor - by El Forum - 01-13-2014, 02:42 AM
Implentation of FCKeditor - by El Forum - 01-13-2014, 06:15 AM
Implentation of FCKeditor - by El Forum - 01-13-2014, 08:13 AM
Implentation of FCKeditor - by El Forum - 01-19-2014, 08:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB