when i type a value say "HELLO\" in the input and post it to a script, and when i print the $_POST['value'] without any change, the printed value contains "HELLO\\".
I do not involve mysql, addslashes(), or any similar thing.
What is the problem?
I do not involve mysql, addslashes(), or any similar thing.
What is the problem?
