Forum Moderators: coopster
And I want a basic feedback form and maybe a FAQ feedback thing. I'm also using forms for another thing, too.
Every time there's a " in a form, the PHP program automatically turns it into \". Which is fine for plain printing, but if you enter it into a MySQL table or send it in an email, it looks funny and sloppy, for the non-programming viewers.
blah blah \"quote\"
I'm just wondering if theres any safe way to disable this without deleting any \ that the user might put into the form.
Thanks guys. I love programming.
-WD
[edited by: jatar_k at 8:22 pm (utc) on May 30, 2003]
[edited by: Wandering_Drifter at 8:55 pm (utc) on May 30, 2003]