How do I insert a value in MySQL that consist of single or double quotes. i.e
Ali said, "This is Ashok's Pen."
The single quote will create problems. There might be other escape characters.
I am using php to enter data into the database?
How do you insert the data properly?