Help for this page

Select Code to Download


  1. or download this
    if ($Choice eq 't_datein') {
        if ($Choice2 eq 't_datein') {
    ...
        
    $sth = $dbh->prepare($query);
    $sth->execute();
    
  2. or download this
    if (($Top eq 'All') && (!$SearchString)) {
    
    ...
    
    ($sth)->finish();
    ($dbh)->disconnect();