PHP to Zebra Printer

djvism

New Member
I have this Zebra ZM400 Printer connected to the network (\[code\]192.168.1.50\[/code\]). And I am trying to push a content to this printer directly from PHP.This is the idea and I am just stuck without any way to do this. I tried the \[code\]file_put_contents('192.168.1.50', $content)\[/code\] but with no success.Would appreciate if anyone could please help me in sorting out this. Thank you :-).................................................................................................................................Solution:I printed using the LPR Protocol. No need to install driver or anything. The LPR Printing Class for PHP 5 can be downloaded from here:http://www.phpclasses.org/package/2540-PHP-Abstraction-for-printing-documents.html
 
Back
Top