Hi!
I've noticed strange behaviour: when I type one of these characters (\") into some form that is processed by PHP-script via POST-request, these characters are prepended by one more "\" (like C string escaping).
Is it normal? (doubt so)
Workarounds?
Try searching for string "\ on this site. It will say that there are no matches (of course!), but the search string will be \"\ now.
P.S. Hope it won't prepend \ in this message 😉