Forum Moderators: coopster
A page of mine shows this type of thing;
Item-----------Stock------Required-----Picked
Beach Ball-------9-----------3--------text_box_1
Bucket-----------4-----------1--------text_box_2
Spade------------3-----------2--------text_box_3
submit_button
The text box is part of a foreach loop, it adds the number to the end.
Once you submit, on the next page, I think i need another foreach loop to display the numbers keyed in each text box.
ie:
echo $_POST['textbox1']; print '<br>';
echo $_POST['textbox2']; print '<br>';
etc, for every textbox there is. I also pass a hidden variable with the total number of textboxes.
Any geniuses out there can help?
Cheers in advance
Del :-)