Mason Loring Bliss wrote:
$sth->execute($dbh->quote($key));
Don't do that. Either use the quote() method or use placeholders, never
both.
-- Jeff
Mason Loring Bliss wrote:
$sth->execute($dbh->quote($key));
Don't do that. Either use the quote() method or use placeholders, never
both.
-- Jeff