Also, DBIx::Recordset has support for generating this the HTML navigation code, complete with embedded previous-next query bind parms.my $query = 'SELECT a_column from table"; my $dbh = however_you_connect; my $sth =$dbh->do($query); my $rows_per_page = 10; my $pages = $sth->rows / $rows_per_page;
In reply to Re: MySQL / Perl Question
by princepawn
in thread MySQL / Perl Question
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |