create dynamic PDF from SQL data source using PHP

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
satoshi21
Forum Newbie
Posts: 2
Joined: Thu Nov 19, 2009 2:22 am

create dynamic PDF from SQL data source using PHP

Post by satoshi21 »

guys, i need your help.. i don't know how to convert the SQL data in my database into PDF using PHP for making a good report, attached is the sample report i want to make...
Attachments
Sample shot of the report i want to make
Sample shot of the report i want to make
client directory report format(S).jpg (234.2 KiB) Viewed 56 times
fubariser
Forum Newbie
Posts: 5
Joined: Thu Nov 19, 2009 2:33 am

Re: create dynamic PDF from SQL data source using PHP

Post by fubariser »

Basically, everything you need is in the docs.
Sample examples are on the pdf documentation for the programming structure and method.

Post your code here and maybe we can help you work your way up.

:)
satoshi21
Forum Newbie
Posts: 2
Joined: Thu Nov 19, 2009 2:22 am

Re: create dynamic PDF from SQL data source using PHP

Post by satoshi21 »

sadly i don't have any code yet, i don't know how to start this, can you pls help me? thanks :D
Post Reply