Suppose that the editor is installed in the /FCKeditor/ path of your web site. The first thing to do is to include the "PHP Integration Module" file in the top of your page, just like this:
I'm sure one of those three is the one you need. Looks like the first one would be it, but I think the other two are for different versions/releases of php.
Re: Help please!
Re: Help please!
http://wiki.fckeditor.net/Developer%27s ... ration/PHP
Step 1
Suppose that the editor is installed in the /FCKeditor/ path of your web site. The first thing to do is to include the "PHP Integration Module" file in the top of your page, just like this:
<?php
include("FCKeditor/fckeditor.php");
?>
Re: Help please!
fckeditor.php
fckeditor_php4.php
fckeditor_php5.php
I'm sure one of those three is the one you need. Looks like the first one would be it, but I think the other two are for different versions/releases of php.