[PHP-DB] Using printer in Php code

2004-02-27 Thread Mücella Erdem Efe
I use the Php 4.3.3 on WindowsXP with Apache Server I want to use $handle = printer_open(PCLAB1); statement in my php program But it does not work. Almost I have defined the extension=php_printer.dll and printer.default_printer = PCLAB1in the c:/windows/php.ini file. The error is

Re: [PHP-DB] Using printer in Php code

2004-02-27 Thread Erwin Kerk
Mücella Erdem Efe wrote: I use the Php 4.3.3 on WindowsXP with Apache Server I want to use $handle = printer_open(PCLAB1); statement in my php program But it does not work. Almost I have defined the extension=php_printer.dll and printer.default_printer = PCLAB1in the

Re: [PHP-DB] Using printer in Php code

2004-02-27 Thread Erwin Kerk
Mucella (Erdem) Efe wrote: Yes I restart it and I solved the problem. Thank you. But at this time I can't use the printer that is not connected to the web server directly . I want to use a printer which is being used by web server as a network printer.Is it possible or not? Hmmm, I don't think