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

  • From: girishvenkatachalam@xxxxxxxxx (Girish Venkatachalam)
  • Date: Sun, 1 Apr 2012 09:33:57 +0530

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.



Dunno what you mean by layout.

You have several different PDF generation Perl modules on CPAN.

They take input in various forms, text is obviously the default choice.

So you can use an SQL query tool that can get you text output
 of your columns and you can generate a table from it as a PDF file.

I use PDF::Table, PDF::API2.

-Girish

Other related posts: