report creator in php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kkshansid
    New Member
    • Oct 2008
    • 232

    report creator in php

    is there any report creator in php that will make easy to print on reprinted stationary from any computer of any resolution online????????? ?
    perform these three steps
    1.open page of required size.(for example A3 or bank fixed deposit preprinted stationary)
    2.data put on this page according to preprinted stationary
    3.print this page
    any idea??????????
    thanx in advance
  • johny10151981
    Top Contributor
    • Jan 2010
    • 1059

    #2
    The fact is, you are creating the report in php and if you want to print with php then its a lots of work.

    I would suggest download mpdf or tcpdf or fpdf, create the report in pdf format then download the pdf into client machine and then print it from the local machine

    Comment

    Working...