This script uses mysql to generate a barcode and duplicates the image 10 times one underneath the other to produce what looks like a continious barcode. My problem is i need to separate the 10 images down the page to allow for a text area. Any ideas?
I appreciate any input, many thanks
<?php...
I am currently working on a barcode php script, in the example shown below the script will generate
a barcode based on a ramdom mysql query. The problem i have is I need to be able to display the same image multiple
times based on a variable. To elaborate, mysql will run a query and fetch a row...