I am very unfamiliar with printing from PHP, but could you just guess how
many lines per page you want to print and after that many lines issue a page
break then print your header for the next page? Once you have it working you
can tweak the line per page to where they fill a whole sheet of paper. It's
a quick and dirty way of printing reports that I use in our DOS based
accounting system.

Carl

On Thursday 31 October 2002 10:08 am, Jeff Bluemel wrote:
> is there a php command that could determine if the end of a page has been
> reached according to their print driver?  I'm need to print out a report
> that could be multiple pages.  I need to be able to put column headings &
> page numbers.
>
> thanks,
>
> Jeff

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to