Help for this page

Select Code to Download


  1. or download this
             $sth=$dbh->prepare($sql);
        $sth->execute() ||
    ...
            print "</table>";    
        $sth->finish;
        $dbh->disconnect;
    
  2. or download this
    while (my @array = $sth->fetchrow_array()){        
            print "<tr>";
    ...
                }
            }
        }