Just a quick question, and quick answer would be much appreciated. =)
I'm using $HTTP_GET_VARS to read data from text fields in an HTML file, and then writing them to a file in basic ASCII form (using fputs). HOwever, if the data contains ", ', or other "escape" characters, the variable has these annoying \'s in front of them. I supose I could write something to search and replace either the escape characters or the \'s but I'm rather lazy, and I don't think that's the best method.
Any suggestions on how to remove the \'s?
-Ryoga Masaki
www.thesushigroup.org