How can I make it possible for users to use the \'\"\' (double quote) inside a textfield...
Whenever I do use double-quote in the field (the value) then when receiving t
Its not the job of the JS to modify the input string, server should make sure it can accept what its getting regardless.
You could escape out the double quotes with another value either Assci symbol or HTML " etc. before you pass it into your mysql escape function?
"