//
archives

barcode

This tag is associated with 1 post

Barcode Render using PHP

Hiiiii dear all, i will present easy sample barcode with phpcode, and you can download this example by zip file. <?php require_once (‘core.php’); $start = 1; $max = 150; $sn = 501; $imei =1; for($i=$start;$i<=$max;$i++){ $imei_string = ”; $sn_string = ”; $imei_string = “35566103012”.sprintf(‘%03d’, $imei); $sn_string = “DM-V110015”.sprintf(‘%03d’, $sn); $p_bcType=1; $p_textEnc=rawurlencode($imei_string); $p_xDim=1; $p_w2n=2; $p_charGap=1; $p_invert=’N’; … Continue reading

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 10 other subscribers
May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Archives

Web Statistic

Blog Stats

  • 187,132 hits