Right,
I am using the the latest version and using the 'sample' for the textarea replacement.
All works fine but when I make the changes and try to add the text/html of the textarea to a field in either MYSQL(PHP) or MS Access (ASP), the only text that is entered is the text that was there at the start and none of the actual formatted stuff.
This works using HTMLarea but not FCKeditor. Please can someone help.
I am using the the latest version and using the 'sample' for the textarea replacement.
All works fine but when I make the changes and try to add the text/html of the textarea to a field in either MYSQL(PHP) or MS Access (ASP), the only text that is entered is the text that was there at the start and none of the actual formatted stuff.
This works using HTMLarea but not FCKeditor. Please can someone help.
RE: Add Textarea Content to DB
var api=FCKeditorAPI.GetInstance("oFCKeditor");
api.UpdateLinkedField();
before trying to get the value of the "textarea".