I have simple form posting to another file. The problem I'm having is with TEXTAREA field.
In the form TEXTAREA, I enter this:
<h1 class="padlock">Member Login</h1>
and the Output is on the other page when echo with PHP:
<h1 class=\"padlock\">Member Login</h1>
It's automatically escaping characters. I'm displaying the output in another TEXTAREA box.
How can I make it be exactly the same?