Hi, I'm new to fckeditor and CMS apps...
I use fckeditor with php, and my problem is that the $_POST variable is not updating fck html content when posting...
I use it with Code Igniter PHP framework, its working fine to generate html, send and work with file images, the css and paths seem to be ok, but my problem is in the submiting and receiving posted data...
If fck beggins completely empty, it seems it works and gets the posted data, but if it changes... what could I do? it can be some config internal path? some error thing from host?
Its a bizarre problem and my client is almost dying because he cant update the news from him news site...
Some help pleeeaaaaase!!!!
I use fckeditor with php, and my problem is that the $_POST variable is not updating fck html content when posting...
I use it with Code Igniter PHP framework, its working fine to generate html, send and work with file images, the css and paths seem to be ok, but my problem is in the submiting and receiving posted data...
If fck beggins completely empty, it seems it works and gets the posted data, but if it changes... what could I do? it can be some config internal path? some error thing from host?
Its a bizarre problem and my client is almost dying because he cant update the news from him news site...
Some help pleeeaaaaase!!!!
Re: The editor, on submit, is not updating posted content... hel
Re: The editor, on submit, is not updating posted content... hel
Well, in my first line of code I have:
Re: The editor, on submit, is not updating posted content... hel
I'm just a little unclear of your problem still.
Re: The editor, on submit, is not updating posted content... hel
All the variables are posted right, and I fill the fck typing, as I'm typing now to the forum.
I type fjhfljkafhljahflajhdflkh in the fck editor, the print_r($_POST); returns me ['fckeditor'] => *empty*
It's very simple, all other functions fckeditor is doing fine, but when I submit the post, the fck variable returns empty...
Only that!!
Re: The editor, on submit, is not updating posted content... hel
I can't test it now, but I'll do a js function onsubmit, that attributes the html value to fckeditor hidden, or that attributes the hidden input value to other hiddens input field...

Re: The editor, on submit, is not updating posted content... hel
your instance is called "rte1":
Re: The editor, on submit, is not updating posted content... hel
In the print_r php function, it lists the $_POST var array 1 by 1 withou I need typing something more, let me correct my exemple because programmers just cant understand if we not say things exactily:
['rte1'] => *empty*
Is this way my post variable is listed...
Re: The editor, on submit, is not updating posted content... hel
If you don't, then try adding in some regular fields, like a text box, and then see if it posts. This way we know if it is your form itself or the FCKeditor.
You may have already answered this but it is hard to understand your grammar, sorry.