MySQLdb Question
So, I have this string that's passed to python that has single quotes in it. When I go to put that string into the MySQL database, it returns syntax errors because the mysql is picking up the single quote. How do I go about making it so mysql ignores it like it should?
