How does one send a dynamic Web page created with PHP from a MySQL database to the printer?
I'll be processing the pages in a loop, formatting enough data for one printed page, then would like to send it to the printer, and then build the next page, and so on.
Thanks for any suggestions!