What is best way to deal with single quotes & double quotes insert into Mysql database.?
I have tried with many cases.
For example:
I need to store Paesano's Temple
1. I have store same but there is problem of sting break
2. I have tried with addslashes then store in database but there is problem at a time of showing in front-end (it's showing slashes-need stripslashes on fron-end)