I have a multiline text field in a form that I POST. In the PHP script i copy the contents of that text box to a file. The Problem I have is when the user puts a " in the text field. This shows up in the file as a \". Is there anyway I can fix this problem??