$sth = $dbh->prepare("INSERT INTO ljokes(content,contribid) VALUES (?,?)"); $sth->execute($editpage,$uid);