in reply to Re: Re: Re: Quote mark in string messing up mySQL INSERTin thread Quote mark in string messing up mySQL INSERT
Stick with either $dbh->quote($variable) or use placeholders.