Results 1 issues of cwstrmnn

I can't scan the produced ean-13 barcode. This is my code: `include 'barcode.php'; $format = 'png'; $symbology = 'ean-13-pad'; $data = '978020137963'; $options = ''; $generator = new barcode_generator(); $name...