Hi, I´m use the FCK Editor with PHP in my project, but, I get some errors response in the browser FF and IE .
the error is : FCKeditorAPI is not defined.
but, I declared a instance of object, inside the PHP script like this:
$oFCKeditor = new FCKeditor('instanceName') ; $oFCKeditor->BasePath = TEXT_EDITOR_PATH; $oFCKeditor->Create();
My ask is:
How do I call the FCKeditorAPI ?
what I need to include for to fix this bug ?
thanks
PS.: Sorry for my poor english I ´m brasilian and my english is not good.