How should I go about adding slashes to only single quotes and ignoring double quotes?
- by atwellpub
How should I go about adding slashes to only single quotes and ignoring double quotes?
I am using php. I would only like to escape single quotes to prevent my php mysql queries from breaking.
Thank you!