I am currently developing one too,
If the printer is installed on the machine one can use the printer functions
in PHP.

It like using a normal printer, infact its easier
$handle = printer_open();
printer_write($handle, "Text to print");
printer_close($handle);
so it can be done and i have had success testing it on a epson dot matrix
and lexmark inkjet




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

Reply via email to