in reply to Re: Re: Re: Quote mark in string messing up mySQL INSERT
in thread Quote mark in string messing up mySQL INSERT

Nope!!
What if your variables contain apostrophes? Or other 'nasty' characters?

Stick with either $dbh->quote($variable) or use placeholders.