hi
I'm using fckeditor with "fckconfig.fullpage = true" to allow users to modify documents properties
I also need to have session variables in my pages for authentification, so my pages begin with "session_start()"
but when pages are modified in fckeditor, the "html" and "head" tags are put above the "session_start" php line and my session variables are lost or, at least, not always recognized
is there any solution to this problem ?
thanks
dom
I'm using fckeditor with "fckconfig.fullpage = true" to allow users to modify documents properties
I also need to have session variables in my pages for authentification, so my pages begin with "session_start()"
but when pages are modified in fckeditor, the "html" and "head" tags are put above the "session_start" php line and my session variables are lost or, at least, not always recognized
is there any solution to this problem ?
thanks
dom

Re: Fullpage=true and PHP code
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: Fullpage=true and PHP code
the uncommenting does not solve this. According to stricht XHTML rules nothing can be above the DOCTYPE,
but PHP requires a session_start to be the most upper statement of a page.
I just downloaded the latest version and FCK just deletes my whole PHP statement.
It should do according to the rules, but this prevents programmers from using PHP to the fullest.
Cheers,
Cees