PDA

View Full Version : i have 3 forms, how to pass the request.form???


NinjaTurtle
09-09-2002, 06:15 AM
i have 3 forms, how to pass the request.form???

example, i have to do a State n country drop down list, when user select country the state will retrieve from database, i have 3 address to let user enter, 1st is Head quater address, 2nd is Branches address n 3rd is delivery address..... every address also have country n state, so how to pass three different value to save into database?

Mhtml
09-09-2002, 08:36 AM
I'm not following you, can you pur it into steps?

whammy
09-10-2002, 12:00 AM
Save them as State1, State2, and State3, etc... If you have to differentiate between them later, then of course they would have to be different fields.

And of course, usually you should use one form as well, with different variable names. There are very few instances in which you should have to use more than one form, and it just confuses things for you and anyone else that may have to work on it later!