When I retrieve the data from the textarea in the form,
<?php $editor_data = $_POST[ editor1 ]; ?>
this works fine locally.
The remote server, however, returns the text mixing up the style with escape slashes, like this:
<h3 style="color: blue;"> Initial value.</h3>
I ve no idea what I m doing wrong. Do you have any idea?