[PHP] Can I use php to Print a document?

2002-04-05 Thread Simonk

Is there any functions or command that I can print out a page or a document
without using the browsers' print?



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




Re: [PHP] Can I use php to Print a document?

2002-04-05 Thread heinisch

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