I have a site with a mysql database that includes member table and address table. many members have the same address id. I want to output the address/member info into an html page that will contain all info on each member belonging to that address (for a mailer, by address).
I can create the PHP script to pull the address and member info and generate One table for each address that will contain one row for each member belonging to that address. Is there any html or php tag or function that will allow me to create a "printer friendly" version that will insert page breaks between each table when I print the output to my local printer (ie; I'm trying to manipulate the output so it prints one page for each address). Any ideas or suggestions would be appreciated.