Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: direct printing


Message #1 by "IT_KTS" <IT_KTS@p...> on Wed, 1 Aug 2001 11:09:48 -0700
You can't.  You have to remember ph runs on the server.  PHP finishes its
processing BEFORE anything is sent to the client.  To do printing on the
client, you need to use javascript.

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
http://www.rutgersinsurance.com
----- Original Message -----
From: "IT_KTS" <IT_KTS@p...>
To: "professional php" <pro_php@p...>
Sent: Wednesday, August 01, 2001 2:09 PM
Subject: [pro_php] direct printing


> Good Day,
>
> is there a way of printing a document(invoice receipts, monthly reports,
> etc.) directly without using either pdf or other third-party tools. if so
> can you kindly point me out? because what i'm trying to do is after
> entering the datas i would like to print it directly, more of a batch 
> file type..
>
>
> kind regards,
> brian


  Return to Index