Posted by NC on 10/10/41 11:50
Oak Hall wrote:
>
> I would like to be able to control the printer dialog (widows) box on the
> server where php is. In other words I would like to print a document to a
> specfic printer without having to click the print button on the printer
> dialog box, using php code. ideas?
PHP runs on server. Choice of printer is made on client. The fact
that client and server may be running on the same physical machine does
not change anything.
This said, you may be able to print from a (Windows) server if you have
printer extension installed:
http://www.php.net/printer
Cheers,
NC
Navigation:
[Reply to this message]
|