I'm using a form to get a variable from the user. I use POST as the method. When the variable comes back, if it has a ' in it, it ends up being a \'. I'm assuming the same would happen with a \" instead of the original ". Is there any function or system that I could use to get it to transmit the variable exactly as it was typed in or even convert it to the original? It is messing with the way that I am using that variable. Thanks!