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
Does anybody has a script that will print basic text to a printer that is on
the client side. In PHP4 it must be possible to write text to the printer.
I'm working with EasyPHP. Do i have to include the file 'php_printer.dll' in
the extensions dir and what lines do i have to add in the php.ini fil