I've got a similar problem.
A user chooses how many items he wants to input. He than has n text boxes and a submit button.
The processing script should then be
$item_1 = $_POST["text-1"];
and so on n times.
Is there a way of doing this similar to the above method? Presently I have ten variables, but some don't capture anything if less than ten is chosen.
Thanks,
Mei