Hi, im getting input from a user through a textfield, putting it into a variable then into a file with fwrite.
now, for some reason, it is escaping all the \"
eg putting this into the field:
<a href=\"test.html\">blah blah</a>
would result in the to \" being \\"
any ideas howto stop this?
David