Report Headers and footers !!!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
literom
Forum Newbie
Posts: 1
Joined: Sun Oct 15, 2006 1:16 pm
Location: Jodhpur/Rajasthan/INDIA
Contact:

Report Headers and footers !!!

Post by literom »

Dear Users,

I am working with PHP with MySQL on Student database management system. Well every thing is going on fine except report header and footers. There are several cases when the web based report is longer than A4 pages then in those cases the reports jumps into the second page, but the report header and footers does not.

The system prints the header in starting and footers at the bottom (may it be 2 pages or 10 pages) which is creating problem for the users to determin which column belongs to which ???

can anybody help me out in tracing the page break dynamically so that the program automatically inserts a page break and then we can get the header & footer printed on each page.

pl help me out

Vishal Bhatnagar :(
Programmer
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

For reports, generate a PDF. You have far more layout control. ezpdf provides a nice feature set for report generation.
Post Reply