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