I can use RTE to create a text field, save with addslashes to a mysql blob field. I can retrieve the text field, use stripslashes and have my original field back. This is totally normal and as desired. BUT:![]()
When I try to inport the field into RTE, the editor doesn't show up.
I am using the following code:
Viewing the source code (view source) of the page shows:Code:writeRichText('msg', '<? echo $msg;?>', 700, 200, true, false);
This shows that the variable $msg is decoding as displayed html. BUT the editor does NOT display. If the variable $msg is empty, it WILL display.Code:writeRichText('msg', '[[name]], This is Message 1 of the autoresponder. Conrad Parvin Editor ', 700, 200, true, false);
Any ideas???



Reply With Quote

Bookmarks