[PHP-WIN] Problem printing on server side

2004-01-23 Thread Rino Billa
Hi, Can print to a remote printer that is not connected to the server but in another computer. I use printer_list and i see the remote printer \\COMPAQ\Epson Stylus Color 900 ... $a=printer_list(PRINTER_ENUM_NETWORK | PRINTER_ENUM_REMOTE); ... The script stampa.php run and not give me any err

RE: [PHP-WIN] Problem printing on server side

2003-12-04 Thread Darvin Andrioli
> From: Ricardo J. Oliveira [mailto:[EMAIL PROTECTED] > > Hi, > When I try to list my printers with the printer_list function with these > options PRINTER_ENUM_NETWORK | PRINTER_ENUM_REMOTE the array returned are > empty. Hi First the manual says that PRINTER_ENUM_NETWORK and PRINTER_ENUM_REMOT

[PHP-WIN] Problem printing on server side

2003-12-03 Thread Ricardo J. Oliveira
Hi, I am quite new with PHP, and I am having trouble having my server printer to work. My server is Apache 1.3.28 on Windows XP connected to a domain and I use a Domain printer. I edited my php.ini file and unmarked the extension=php_printer.dll. When I try to list my printers with