Help for this page

Select Code to Download


  1. or download this
      my $sth = $dbh->prepare("INSERT INTO t2d (textfield, node_id) VALUES
    +(?, ?)");
    
  2. or download this
      my $sth = $dbh->prepare("UPDATE t2d SET textfield=? WHERE node_id=?"
    +);