in reply to Re: Mysql error near values(
in thread Mysql error near values(
Please use the placeholders!
What if the google result contains a ' ?? Then your statement fails. Or use at least the $dbh->quote() method. It is much more security to your scripts.