Re: [PHP-WIN] Printer Functions - print a file

2007-02-04 Thread Stut
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

Re: [PHP-WIN] printer functions

2001-08-23 Thread Rob Cox
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

RE: [PHP-WIN] printer functions

2001-08-23 Thread Erik H. Mathy
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