Image_Barcode
[ class tree: Image_Barcode ] [ index: Image_Barcode ] [ all elements ]

Source for file barcode_img.php

Documentation is available at barcode_img.php

  1. <?php
  2.  
  3. require_once("Image/Barcode.php");
  4.  
  5. $num = isset($_REQUEST['num']$_REQUEST['num''15101967';
  6. $type = isset($_REQUEST['type']$_REQUEST['type''int25';
  7. $imgtype = isset($_REQUEST['imgtype']$_REQUEST['imgtype''png';
  8.  
  9. Image_Barcode::draw($num$type$imgtype);
  10.  
  11. ?>

Documentation generated on Mon, 11 Mar 2019 15:47:51 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.