$sth = $dbh->prepare("INSERT INTO ljokes(content,contribid) VALUES (?,?)"); $sth->execute($editpage,$uid); #### $editpage =~ s/\"/\\"/g; $editpage =~ s/\"/\"\;/g;