Hey So I think my question is fairly easy but I just can't seem to find the right way to fix it.
I have a form the user is suppose to fill that its then inserted to a database and it can be retrieved later on, and it was working fine until when testing I used quotes...when using quotes(single or double) the strings closes and it's only inserted the first part of the string.
For example if he writes "Jeff's house", the only things I get is "Jeff\"
what gives?