I might be stupid, but I don't get it. I have downloaded the folder with FCKeditor and published it to my website. Trying _test/test.php. It shows the output in testsubmit.php. Then what? How do i get it to save the output? How do i implement this on existing pages? Will the editor alway be availible on the pages? (i.e will anyone be able to edit my pages?)
Is there a manual somewhere?
Is there a manual somewhere?
RE: How do I save the output?
I save data to a plain text file :
Note : file should be chmod 777
To read the content :
now in your html form :
<textarea name="MyTextarea" id="MyTextarea"><? echo $contents ?></textarea>
will load the content of your file into FCKeditor.
Hope this helps !
Lionel