Hi All
I am sending a textarea field via POST to a form.
What happens is that all occurences of ' " and & in the text received via
$_POST[] in that form are now preceded by a \
What is causing this and how can I avoid it ?
I would like to receive the text as seen in the textarea field.
I am using php 4.2.1
Thanks in advance
Heinz
I am sending a textarea field via POST to a form.
What happens is that all occurences of ' " and & in the text received via
$_POST[] in that form are now preceded by a \
What is causing this and how can I avoid it ?
I would like to receive the text as seen in the textarea field.
I am using php 4.2.1
Thanks in advance
Heinz
Comment