On Sun, Apr 1, 2012 at 9:03 AM, Ganesh Kumar <[email protected]> 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
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to