PHP to PDF

Need help with an engine or coding not on the list? Need help with a game or the website and forums here? Direct all questions here.
Post Reply
User avatar
SpiritWebb
Posts: 3107
Joined: Sun Jul 12, 2009 11:25 pm

PHP to PDF

Post by SpiritWebb »

Is there a way to run a php script to dump a database table from MySQL into a PDF, or XLS? I am trying to find a way to do it, without actually going into phpmyAdmin and manually doing it. I have one script that exports it into excel, but it doesn't make it all nice and neat as if you were going to do via manually.

Can anyone point me in the right direction to do this? I have searched everywhere and cannot find much of anything. (I am using WAMP)
Image

Image
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: PHP to PDF

Post by Jackolantern »

Here is a pretty nice looking tutorial for generating PDF files dynamically with PHP. You would likely have to iterate through the database data manually, but it should not be too hard using foreach statements and some well-placed looping constructs. You would also probably want to do that yourself to make sure it is formatted how you like.
The indelible lord of tl;dr
Post Reply

Return to “Advanced Help and Support”