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!
Tutorial on Generating Downloadable Reports using PHP/MySQL
Moderator: General Moderators
-
dardsemail
- Forum Contributor
- Posts: 136
- Joined: Thu Jun 03, 2004 9:02 pm
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.
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.