Help for this page

Select Code to Download


  1. or download this
                $sth = $dbh->prepare("INSERT INTO ljokes(content,contribid
    +) VALUES (?,?)");
                $sth->execute($editpage,$uid);
    
  2. or download this
            $editpage =~ s/\"/\\"/g;
            $editpage =~ s/\"/\&quot\;/g;