Help for this page

Select Code to Download


  1. or download this
          my $sth = $dbh->prepare($sql);
          $sth->execute();
          my $id = $sth->{'mysql_insertid'};