cepheus1122
03-26-2001, 01:02 PM
Hi. I have a cgi script that generates a number of textfields for inputing names based on a number given by the client. If the client enters 10 on the form the script generates a page with 10 filefields named name1,name2,...name10. I want to iterate through the names, get the values and do some validation. I cannot figure out how to do the iteration though. I am able to iterate through the names using a for in loop on the form, but cannot get the values. Any help would be appreciated. Thanks.
-jim
-jim