name/address labels from mySQL db
how do I format a page so that it is accurately printable? Specifically, I have a mySQL db on a linux server with php pages providing view/search/update access from windows PCs, and I want to make printable pages available on the PCs. Are there php report generator type packages, or something, which can do this? Anything that already handles standard format label pages? Should I build pdf pages, or something?
|