Help for this page

Select Code to Download


  1. or download this
    my $cnt = 1;
    foreach my $field ( @fields ) {
       $sth->bind_param( $cnt, $q->param( $field );
       $cnt++;
    }