User Profile
Collapse
-
Thanks all, i figured it out -
...Code:#!/usr/bin/perl -w $|++; use strict; use DBI; use CGI; use POSIX; my $limit; if (!$limit) { $limit=0; my $dbh = DBI->connect($dbname, $dbusername, $dbpassword) or die ("Connection to database failed.\n"); my $sql="select * from table"; my $sth=$dbh->prepare($sql); $sth->execute; my $results=$sth->rows; my $results_per_pageLeave a comment:
-
Splitting Records into HTML Pages from a database
Hello all, i'm would like to know if there is a method to split up records from a database into multiple HTML pages.
No activity results to display
Show More
Leave a comment: