views:

129

answers:

1

I was wondering is there any report making tools in php for MYSQL database? Threr are crystal reports for MS-SQL server and Oracle has its own report making tools. But i am finding difficulty making reports in php where i want to show header and footer for every page and it will show total pages and nevigation keys to show reports page by page(next,previous, first, last). I am using php and mysql for a inventory software. Can anybody help regarding this matter.

Thanks for the time.

+1  A: 

Crystal Reports can be used by any language (it has a COM interface).

And you can check this out:
http://stackoverflow.com/questions/747103/something-like-crystal-reports-for-php

Alexander