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