$sth->prepare('INSERT INTO tablename SET value=?'); $sth->execute('hello.world');