Help for this page

Select Code to Download


  1. or download this
    my $ref = $sth->fetchall_arrayref;
    
    ...
    $sth->finish();
    $dbh->disconnect();
    return($query_results);
    
  2. or download this
    my $ref = &select_query($sqlstatement);
    
    ...
        {$query_results .= "<td>$field</td>"; }
      $query_results .= "</tr>";    
    }