This is a similar to How to insert Quotes into database. However, the answer does not correct my problem.
I have a variable:
$font="font-family:Arial,\"Helvetica Neue\",Helvetica,sans-serif;";
I want $font to be INSERTED into mysql Database, but all that is inserted:
"font-family:Arial,"
I need the quotes inserted to recognize the data. How do I go about inserting all of the data?