At 05.04.2002  14:26, you wrote:
>Is there any functions or command that I can print out a page or a document
>without using the browsers' print?
If you have compiled php as standalone (I think itīs called the cgi)
you can use the exec("lpd docname"), if you have a printer on your box, or 
in your
network.
If you want to do this on the clients(surfers) machine, you have to use the 
browser
and JavaScript, as you are 'only' sending a html-page.
HTH Oliver


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to