I want to find a remote printing php source code.that program(if I find it) will be use for printing customer orders.when one customer made a request that request print out from my printer.Is it possible?If you know such a program please inform me.
if you're using unix, yes; for example you could save it as a temp file and cat it to lpr. i'm sure there are about half a dozen other ways to do it too.
if you're using windows, dunno.
-- rad
In the PHP manual there is mention printer handling functions that work only in Windows (4.0.4)....haven't tried them yet though...