sending multiple entries with one submission

Hello Everyone,
I am hoping to find an answer to this please forgive me as I am a rookie when it comes to php or basically anything lol.
I am creating a form that is 3 drop downs states/counties/cities thisis the easy parti finally got the lists to pull up according to the top previous selection.
Heres the problem adding in state/county/city 1 at a time is a pain in the back end. what I would like to be able to do is have my form have the following
State
County

heres the tough part
City
City
City
City
City
City
etc…
As you could see there is more cities than states and counties so the form would look like such I input State/County then all cities beneath that county and i do this all in one shot and one submission.
The db will have
location_id, location_state, location_county, location_city
ok so finally (sorry im trying to make sure exactly what i want to do is explained) how do i make this one form with as many cities as possible and make it loop around every time a state/county/city is entered.
I think its going to a loop or maybe a foreach im not sure but any help would be appreciated. I am not really good at this still learning so please bear with me. I hope this is possible!!!
Thanks James

Sponsor our Newsletter | Privacy Policy | Terms of Service