Re: [PHP] printer functions

2007-02-23 Thread Richard Lynch
On Tue, February 20, 2007 7:57 am, Leslie Aguilera wrote: I am having problems with the printer functions, I have a touch screen pos system and it works very fine, all prints works ok on receipt, ticket printers, now the problem I am having is getting it to work on a lan, with 2 computer 4

RE: [PHP] Printer Functions

2004-04-05 Thread jon roig
Do you have the option of printing through Word or something similar? We had the same problem and ended up saving the file to a cache and using COM objects to print to the default printer through Word. The code looks a bit like this... Of course, it expects you to define the $saveFile as the

Re: [PHP] Printer Functions

2003-10-03 Thread Marek Kilimajer
Check the manual. It's windows only extension, you must have php_printer.dll in your extension directory and extension=php_printer.dll must be in php.ini Roger Spears wrote: Hello, I was wondering if anyone has had any level of success with printer functions. I'm trying to get the following

Re: [PHP] Printer Functions

2003-10-03 Thread Evan Nemerson
php.net/printer: These functions are only available under Windows 9.x, ME, NT4 and 2000. They have been added in PHP 4.0.4. Installation Add the line extension=php_printer.dll to your php.ini file. On Friday 03 October 2003 02:15 pm, Roger Spears wrote: Hello, I was wondering if

[PHP] Re: php printer functions...

2002-04-18 Thread Yasuo Ohgaki
Jimmy wrote: I'm running PHP 4.1.1 on a Win2K box. If I understand the manual correctly, the printer functions have been integrated into PHP as of v4.0.4. However, when I try to call any of the printer functions, nothing works. Any ideas or suggestions? You need to build/install