I have a form that will be printing a barcode sticker XXX amount of times due to a form value on a previous page. How do I go about generating the image so many times based on the form value?
ryan26
12:25 pm on Apr 10, 2006 (gmt 0)
You'll want to use the PHP 'for loop' to output the <img> code x (formValue) number of times, where x is a value passed to the page containing the loop from your form: