Hi,
I have a form with a text field, say userName.
I put a value in that has double quotes (i.e. "foobar") and submit this form.

On output I have this:
<?php echo $HTTP_POST_VARS["userName"]; ?>

The output ends up being a \.

How do I keep the double quotes?

Thanks,
Stephen

Reply via email to