Source for file barcode_img.php
Documentation is available at barcode_img.php
require_once("Image/Barcode.php");
$num = isset ($_REQUEST['num']) ? $_REQUEST['num'] : '15101967';
$type = isset ($_REQUEST['type']) ? $_REQUEST['type'] : 'int25';
$imgtype = isset ($_REQUEST['imgtype']) ? $_REQUEST['imgtype'] : 'png';
Documentation generated on Mon, 11 Mar 2019 15:47:51 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|