http://qs321.pair.com?node_id=517967


in reply to MySQL Double Quotes Problem(")

use my $quotedString = $dbh->quote( $string ); to take care of quotes.So
my $quoted_editpage = $dbh->quote($editpage); $sth->execute($quoted_editpage,$uid);
All the best! :-)