Hi have a drop down menu which allows a user to slect a number 1 -10.... on my next page the user then gets another set of drop down menus with different options in them... this is set to loop as many times as the user set on the first drop down menu..
for example if you selected 4 on the first one you then have four drop down menus with my options in it... i have a $i++ feature which gives them all a unique name...
PROBLEM: I want to write a sql query to insert these to my datebase! each drop down will add it's own row... how would i write this sql query???