Chuck Anderson wrote:
I've scoured the php.net online manual and other notes about Printer
functions and do not see how I simply send a file to the printer using
the Printer functions.
PHP cannot do this directly, it needs something that understand the
particular file type you're wanting to p
I didn't even think of that. Thanks. I tried it and got the printer to show
up. Now I've got to figure out how to open a connection to it. The
printer_open function isn't working as I would expect.
Thanks again!!
Rob Cox
"Erik H. Mathy" <[EMAIL PROTECTED]> wrote in message
001401c12bed$aa326f0
Hi Rob!
I haven't had the chance to play with this set of functions yet. However, a
quick browsing of the docs found this function:
http://www.php.net/manual/en/function.printer-list.php
Try firing that off with the PRINTER_ENUM_NETWORK or PRINTER_ENUM_REMOTE
options. See what p