Help for this page

Select Code to Download


  1. or download this
        foreach $key(keys %user_info)
            {
    ...
                $sth->execute($user_info{$key}, $user_info{'UserId'});
            }
        $sth->finish();