Tutorial on Generating Downloadable Reports using PHP/MySQL

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
dardsemail
Forum Contributor
Posts: 136
Joined: Thu Jun 03, 2004 9:02 pm

Tutorial on Generating Downloadable Reports using PHP/MySQL

Post by dardsemail »

Hi,

I need to be able to generate a downloadable report using PHP/MySQL and am trying to figure out how. Does anyone have any suggestions on where to look for a great tutorial on this?

I have the knowledge to generate the report, I really need to know how to save it to a file and download it.

Thanks!
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

What format you want to save the report in?

I would go for PDF, check out http://www.zend.com/zend/tut/tutorial-PDFgen1.php

make sure you get the class from http://fpdf.org.
Post Reply