I have created a page where you enter a number ($loop). This page then posts to another page which generates a form. The rows of the table are looped to the number entered on the previous page, thus, you get $loop rows.
However, the names of the form fields stays the same which makes it very difficult to process.
I need to add these forms to a database and so the query would fail if the $formfieldname tag had many different values.
Firstly, how would php cope with this?
Secondly, can you find a solution?