Help for this page

Select Code to Download


  1. or download this
      $dbh->{mysql_insertid}
    
  2. or download this
      my $id = $dbh->{mysql_insertid};
      $sth = $dbh->prepare(<<"SQL");
    ...
    WHERE history_id = ?
    SQL
      $sth->execute($id, $id);