[Ilugc] Any report making tools in php for MYSQL database?

  • From: l.mohanphy@xxxxxxxxx (Mohan L)
  • Date: Sun, 1 Apr 2012 12:30:30 +0530

On Sun, Apr 1, 2012 at 9:33 AM, Girish Venkatachalam <
girishvenkatachalam at gmail.com> wrote:

On Sun, Apr 1, 2012 at 9:03 AM, Ganesh Kumar <bugcy013 at gmail.com> wrote:
Hi Guys,

I am new to php mysql report report making. Any tools available?. I
basically need to have a layout setup. It can be making pdf.give any
clues.
My database table having four columns when user select date.
particular date, data will generated to pdf file.



I am not PHP guy to help you. Not sure this what you want.   I am just
sharing what I seen from my friend portal. He is using wkhtmltopdf via PHP
bindings in reporting portal  to prepare pdf reports from html:

If you want to use specifically php, You may look wkhtmltopdf

wkhtmltopdf : http://code.google.com/p/wkhtmltopdf/
PHP bindings : https://github.com/mreiferson/php-wkhtmltox

There is also some pure php modules available to convert html to pdf.

Thanks
Mohan L

Other related posts: