print report

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
robphpdn
Forum Newbie
Posts: 1
Joined: Wed May 18, 2005 5:16 pm

print report

Post by robphpdn »

I'm doing a website with php. what's the best solution for report printing?

When print a table over one page, no bottom line of the table in first page,

and no top line of the table in second page. how to fix this problem? Is there

a way we can export the report to Excel or PDF files?


Thanks.
User avatar
Skara
Forum Regular
Posts: 703
Joined: Sat Mar 12, 2005 7:13 pm
Location: US

Post by Skara »

I think I understand what you mean. You mean if you slap a table on the page with a border, the border doesn't print right (as in hardcopy)? Don't really see any coding problem here. >.>

For pdfs, http://php.net/pdf
Post Reply