Page 1 of 1

Report Headers and footers !!!

Posted: Sun Oct 15, 2006 1:27 pm
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

Posted: Sun Oct 15, 2006 1:47 pm
by feyd
For reports, generate a PDF. You have far more layout control. ezpdf provides a nice feature set for report generation.