Hello,
I have a question about forms and inserting the information into a text file.
I have a form that I use and when it inserts the text into the flat text file, it puts quotes in there as /"
I'm sure there has to be a way codewise that will convert the /" to simply ". Could someone please help me on this.

Forms Question
You'll want to use the stripslashes() function before you write the data to your text file.
-Andrew Riley
Forms Question
Thanks, I think that will help me a great deal.
Brandon