The forum operates in read-only mode. Please head to StackOverflow for support.
<?php $post = $_POST['editor1']; //asuming thats the name of your editor... echo stripslashes ($post); ?>
Re: Incorrect output, help...
I dont know if i am the only one who had that problem, but if there is here is the solve:
Use a function if u are using php called stripslashes()
Anyway the code whould be like this:
Damn simple