PHP is a server-side language. Thus, it cannot do anything on the
client-side. The printer functions are for the printers connected to the
web server with PHP.
-Mike
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
Hi,
The php_printer.dll can only be used to print on a printer attached to the server (or
a network printer known by the server).
Remember that PHP is a server based scripting language. The content you are sending to
the client (HTML documents) are handled by the client alone.
If your client