Does somebody know a good way of generating input fields in such a way that the variables are know in the following file after clicking on the submit button.
At the moment I've got the following in a for routine, but the variables are not know in the following file
for (bla bla)
{
print ("<input type=\"text\" name=\"nummer$index\" size=\"3\">");
}
Can somebody tell me what i am doing wrong??
Thanks