Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare("SELECT id, filename, title FROM pictures");
    $sth->execute();
    ...
      print "</tr>\n";
    }
    print "</table>\n";