"Ron Allen" <Ronald.Allen@bondsteel2.areur.army.mil> wrote in message
news:20030721140801.72203.qmail@pb1.pair.com...
> What I would like to do is to make an optional page that can print
> information to a specified printer. Can PHP do this?
> If so how???
>
> Please help!!!
Look in the manual under 'printer'..
http://www.php.net/manual/en/ref.printer.php
Printer functions are server-side and work on Windows operating systems
only.
- Kevin