column header on multiple page

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
dopedope
Forum Newbie
Posts: 2
Joined: Fri Jul 30, 2004 11:38 pm

column header on multiple page

Post by dopedope »

Recently I was asked to develop a web based report that would collect data from a database, format it in an HTML page and then print on each page with a column header on each new page.
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

and..?
dopedope
Forum Newbie
Posts: 2
Joined: Fri Jul 30, 2004 11:38 pm

Post by dopedope »

Sorry, my bad.

Recently I was asked to develop a web based report that would collect data from a database, format it in an HTML page and then print on each page with a column header on each new page. i have no problem with a single page, but when the result returned is more then a page length, the second page result will be display with no column header, and the user is having problem reading it. my question is whether i can put column header in every page?
Post Reply