Help for this page

Select Code to Download


  1. or download this
    sub insertsql {
        my ($dbh,$table,$data,$ignore) = @_;
        my @qm;
    ...
        $sth->finish();
        return $dbh->{'mysql_insertid'};
    }