I would like to insert text that contains quotes and other special characters into DB(MySql). Is there a way to take the text and make an insert without bailing out because of these special characters?
Or, what is the best way to pass the single quotes into the database?
Thanks.
how, inserting quotes into DB, how?
Moderator: General Moderators
Re: how, inserting quotes into DB, how?
mysql_real_escape_string() is better
There are 10 types of people in this world, those who understand binary and those who don't