php error

htmlcent

New Member
Messages
10
Reaction score
0
Points
0
Hi everyone,

i hope you're all doing good.
if anyone can help i would very much appreciate it.

Problem: i made a form which submits a textarea to another page.

using <?php echo $_POST["code"]; ?> i try to get the information
the user typed in which works fine except when quotation marks are
used.

example: "hello" = \"hello"\

can anyone help?

thank you and good bye.
 
Top