PHP Tutorial: How to Generate a UPC Barcode? Part: 3

Learn how to generate a UPC-A barcode with PHP. Using the PHP GD library you will learn how to encode a number of twelve digits into a binary representation, in order to generate a barcode.
Back to Top