Help for this page

Select Code to Download


  1. or download this
    open (writefile,">>",$target_full_path) || die "Can't open $target_ful
    +l_path";
    while($fetchdata=$sth4->fetchrow_array()) {
    ...
    }
    close writefile; 
    print $rowcount;