I have a MySql database which will hold a decent amount of data. One of the personnelists wants a report to print from it. The problem is that when I view the report in a web page it is very very very long, and when I print it, it prints as a web page and some of the information gets cut off at the bottom and top of each page. Is there any way to format a page in PHP that will allow me to tell the webpage to place spaces where page breaks should be? I don't want to have to use a <previous next> style because then she will have to print each page individually.
Thanks
Rick