Page 1 of 1

Tutorial on Generating Downloadable Reports using PHP/MySQL

Posted: Sun Dec 12, 2004 9:51 pm
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!

Posted: Sun Dec 12, 2004 10:09 pm
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.