I have five pages from which I want to pass on the Value to the database after I click on the submit button (this would also take the user to next page). I am able to pass to collect the values on the last page, I also tried to Insert the collected values in the database, but it inserts the variable name in the database.
To simply further
I have five forms F1, F2, F3, F4, F5 and l1
Table colums are usrid, Q1, Q2,Q3,Q4,Q5.
When I submit the details in F1 the value should be sent in the database, i.e Q1 and the f2 should be displayed and so on.
But I am not able to send the data from indiviual forms.
Can anyone suggest how could this be achived?