Forum Moderators: coopster
I'm making a program in which the form data is taken up by a php script. This data is then stored in a MS Access file using sql commands. It is later displayed. Now the problem is that when the user uses quotes ("), a backslash (\) is automatically put before the quotes. I want to know if there is any function to convert \" to ", so that it looks good on the site.
Thanks in advance.