I have this output, which I need to print

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
User avatar
legend986
Forum Contributor
Posts: 258
Joined: Sun Jul 15, 2007 2:45 pm

I have this output, which I need to print

Post by legend986 »

My php file outputs a table. I need to dump this ouput into a pdf file that has a predefined template and then display it as well as mail it to the user. For example, I need to print some data onto my letterhead but that data is dynamic. Any advice please?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

What sort of advice are you looking for?
User avatar
guitarlvr
Forum Contributor
Posts: 245
Joined: Wed Mar 21, 2007 10:35 pm

Post by guitarlvr »

FPDF Thats where i would start looking.
Post Reply