[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
  Fatal error: Call to undefined function: printer_open() in
pclab1printer.php on line 57.

Help me please

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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  c:/windows/php.ini
file.
The error  is
  Fatal error: Call to undefined function: printer_open() in
pclab1printer.php on line 57.
Help me please

Did you restart Apache??

Erwin Kerk
Web Developer
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


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 this is possible. Perhaps you could install Apache + 
PHP on the machine where the printer is connected to?

By the way, please keep the discussion ON the list, other might benefit 
from it. So, choose Reply All when replying to a message.

--
Erwin Kerk
Web Developer
GPG: http://www.infofeed.nl/~gpg/

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php