Posted by djazzmusic on 09/20/07 13:06
I wanted to be able to send a letter to every customer I have on my
database. I bit of research lead me to PHPlib that costs needs setup
etc. So I came up with a really easy way to do that.
1) First add to your css
P.newpage {page-break-before: always}
2) create with css a layout for your page. Echo data on the page.
3) add anytime you are starting a new page <P CLASS="newpage"> This
will make sure that when you choose to print from your browser a new
page will start.
4) print from your browser or if possible print to pdf.
hope you find this useful.
Navigation:
[Reply to this message]
|