Help for this page

Select Code to Download


  1. or download this
    my $query = "SELECT * FROM myTable";
    $sth = $dbh->prepare($query);
    ...
    {
    ...
    }