Advertisement
contatowellington

Untitled

Jun 21st, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <?php do { ?>
  2. <?php echo $row_produto['barcode']; ?><br>
  3. <center><canvas id="ean" width="400" height="200"></canvas></center>
  4. <script type="text/javascript">
  5. $("#ean").EAN13("<?php echo $row_produto['barcode']; ?>");
  6. </script>
  7. <?php } while ($row_produto = mysql_fetch_assoc($produto)); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement