Thread: Printing
View Single Post

  #4 (permalink)  
Old 10-18-2004
Markus Ernst
 
Posts: n/a
Default Re: Printing

user wrote:
> On Mon, 18 Oct 2004 02:45:21 GMT, mickeyg <meshulamtemp@yahoo.com>
> 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

>
> I was looking for the same thing... ended up just going with
> javascript print() function.


Which is perfectly correct, as the printer is connected to the client, and
not to the server. Javascript is client side, PHP is server side.

--
Markus


Reply With Quote