perhaps this question is already mentioned but I can't access it. when I do a search I found a similar question but I can't read the replies
I have a form with
<INPUT TYPE=text name=1 size=4>
<INPUT TYPE=text name=2 size=4>
<INPUT TYPE=text name=3 size=4>
<INPUT TYPE=text name=4 size=4>
...
<INPUT TYPE=text name=99 size=4>
I want if values are filled in at some places after a submit to loop through the variables and only put the variabels which have an value filled in to be put in an array together with the name.
I had found some scripts which should do the trick bu I can't get them to work
has anyone got an simple example on how to do this ???
I have a form with
<INPUT TYPE=text name=1 size=4>
<INPUT TYPE=text name=2 size=4>
<INPUT TYPE=text name=3 size=4>
<INPUT TYPE=text name=4 size=4>
...
<INPUT TYPE=text name=99 size=4>
I want if values are filled in at some places after a submit to loop through the variables and only put the variabels which have an value filled in to be put in an array together with the name.
I had found some scripts which should do the trick bu I can't get them to work
has anyone got an simple example on how to do this ???