include_once '../FCKEditor/fckeditor.php';
You sure the path is right? Things can get really screwy when you include files in include files.
Is the hidden div shown via JS? This should be quite straight forward, depending on how you're implementing the hide stuff. A simple classtoggle: class=hidden and then class=somethingelse on the div would be the easiest. That should avoid any nastiness.
//EDIT
Are you trying to create the FCKEditor object on the fly via JS? If so, remember that you can't run php, unless through ajax.
diafol
Rhod Gilbert Fan (ardav)
7,796 posts since Oct 2006
Reputation Points: 1,170
Solved Threads: 1,080