PHP related

eng_ab

Solid State Member
Messages
8
Hi guys;

Do u know any functions to use to print reports using PHP. All i know about is the PHP's Printer Library listed in the official website. The problem with it that it is only supported with windows. I need one that works on Linux.

Best Regards;
Eng. AB
 
I don't know much about printing under *nix.

but...
some people have left advice on how to accomplish what you are asking on the instruction page fopr the windows printer
http://uk2.php.net/manual/en/ref.printer.php
and
I imagine you could talk directly to the printer using fsockopen()
 
Back
Top Bottom