views:

508

answers:

5

Is there a good (and hopefully free?) source library to use for PHP for creating and displaying reports? I would love one that would allow the user to view it in a nice format for saving and printing (like PDF?).

Also I would prefer one that is just files, not one that needs to be installed on the server itself as some of the people I create sites for are on shared server hosts.

+1  A: 

Here is a pdf generating library for PHP http://www.fpdf.org/ .

John Boker
looks like a good add-in for at least getting a pdf. thanks. still hoping to get something like the Dundas reports:http://www.dundas.com/Microsite/ChartNETB/Default.aspx
IPX Ares
A: 

I have looked at a few in the past, here is 2 that I recall (and was able to search for quick):

PHP Reportmaker is pretty good. Not sure if it fits the bill of what you want tho. Examples are here: http://www.hkvstore.com/phpreportmaker/features.asp

Jakub
Is phpreportmaker only available for Windows OS? It seems odd but the download page makes it sound that way? Otherwise I like the look and tools of this one.
IPX Ares
A: 

FPDF combined with PHPMyGraph for creating bars etc.: http://phpmygraph.abisvmm.nl/

dusoft
A: 

You can also check ReportsMaestro - web-based report/chart builder. Comes with full source code (PHP/ASP). Supports MySQL, Oracle, SQL Server, MS Access, SQLite, Firebird and POstgre.

Sergey Kornilov