Remember that this just puts the editor into a form textarea element. When I look at your sample page, I don't see a submit button, and when I look at the source I don't see a form action tag anywhere - so the page won't do anything...
Please have a look at $(FCKeditorHomeFolder)/fckconfig.js which contains a lot of precious configuration informations. You can write your own copy of this file and "tell" fckeditor to choose it as default configuration file. That way, you can disable uploads, remove extra toolbar buttons etc.
See also some examples in the "_samples" folder of your FCKEditor installation. There are specific php examples in the php subfolder.
RE: Client Setup
RE: Client Setup
Please have a look at $(FCKeditorHomeFolder)/fckconfig.js which contains a lot of precious configuration informations. You can write your own copy of this file and "tell" fckeditor to choose it as default configuration file. That way, you can disable uploads, remove extra toolbar buttons etc.
See also some examples in the "_samples" folder of your FCKEditor installation. There are specific php examples in the php subfolder.
Hope this helps.
Y.Chaouche