Help for this page

Select Code to Download


  1. or download this
    while (my @kp_src_t_row=$sth->fetchrow_array())
    {
    ...
     }
     $kp_num++;
    }
    
  2. or download this
    while (my @kp_src_t_row=$sth->fetchrow_array())
    {
     $currentarray[$kp_num]= @kp_src_t_row
     $kp_num++;
    }