mickeyg wrote:
> Is it possible to print to a printer using PHP.
> I was thinking of developing an application using PHP and printing reports
> will be one of the requirements.
>
> Thanks in advance
Have a look at
http://www.fpdf.org as a possible option if you need to
accurately lay out your page, and printing from the browser isn't good
enough.
Basically, you create a PDF file which the user then prints. Recent
versions of Acrobat reader can execute javascript to open the print
dialog, too.
Ed