Produce a 1/0 suit, representing bars of a code128 barcode, available for any purpose
$barcode = new code128barcode(); $code = $barcode->output('code string'); ... $code = $barcode->output('another code string');
http://download.savannah.nongnu.org/releases/code128php/
cvs -z3 -d:pserver:[email protected]:/sources/code128php co code128php
You will get the class and the examples files.