php - Sending ZPL code to Zebra TLP2844 printer -


$barcode_zpl_code ="^xa       ^fwr      ^fo 425,450^a0,20,30^fh^fd_20tittle_20title_2dtitle^fs      ^fo 380,450^a0,20,30^fh^fddate_3a18_2d03_2d2015^fs      ^fo 250,450^ad^by2 ^bc,100,y,n,n ^md1         ^fh^fdugttgd_2d1_282_29_2dpshar_2damp22^fs      ^xz"; 

i got above code print barcode not being able send code zebra tlp 2844 printer via php. please anyone

is printer networked , on same lan computer running php code? if so, send via curl , ftp printer's ip address. otherwise need @ alternative output method.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -