pro_php thread: Is there faster way to print other than the browser print button for a- php web aplication??
PHP really isn't the best solution for this. It is made for web pages...
which is not very printer friendly. I suggest using a different tool to do
your reports. MS Access and access the database using ODBC/ole db or use
Visual Basic.
The other option is to have your php script make your reports and saves them
to a directory. After it saves all the HTML pages, have a script that loops
through your directory and prints the files (odds are PHP is also not the
tool for this).
Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
http://www.rutgersinsurance.com
----- Original Message -----
From: "Jorge Cordero" <jorge@d...>
To: "professional php" <pro_php@p...>
Sent: Saturday, March 31, 2001 12:54 PM
Subject: [pro_php] Is there faster way to print other than the browser print
button for a php web aplication??
> I need to print a weekly pay roll of 200 employes that uses php and mysql
> rigth now I am printing from the browser print button, is a better and
> faster way to do it???
>
> Jorge
>
> Thnks
> -----Mensaje original-----
> De: Adam Lang <aalang@r...>
> Para: professional php <pro_php@p...>
> Fecha: Viernes, 30 de Marzo de 2001 02:53 p.m.
> Asunto: [pro_php] Re: Some one What does people use to print large
reports,
> invoices etc???
>
>
> >Not quite sure what the question. What do you use to print large
reports?
> >
> >Adam Lang
> >Systems Engineer
> >Rutgers Casualty Insurance Company
> >http://www.rutgersinsurance.com
> >----- Original Message -----
> >From: "Jorge Cordero" <jorge@d...>
> >To: "professional php" <pro_php@p...>
> >Sent: Friday, March 30, 2001 1:16 PM
> >Subject: [pro_php] Some one What does people use to print large reports,
> >invoices etc???
> >
> >
> >>
> >> I saw this posted some day ago and i would like to receive the answers
> >> if someone can help me please. I dont know which is the url for the
> >> phplists so i can look also there
> >>
> >> Thanks
> >>
> >> Jorge
> >>
>