I'm currently writing a small script that I can use to blog. I have this form set up to automatically update the site with the data that I write in it. It exports all the data in the form to a flat text file. Unfortunately, any ', \, or similar symbol causes an extra \ to be thrown into my data, making the entire thing look terrible when I include it. Is there any way to parse this symbol out, either before or after I write it to the text file?
Thanks.
Jeff