Sign up to receive Decoded, a new monthly digest with product updates, feature release info, continuing education opportunities, and more.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
From novice to tech pro — start learning today.
notice the use of $i int the lines
print "<input type=hidden name=item_name_$i value=\"$product\">\n";
print "<input type=hidden name=item_number_$i value=\"$catNo\">\n";
print "<input type=hidden name=amount_$i value=\"$price\">\n";
print "<input type=hidden name=quantity_$i value=\"$qty\">\n";