I want to create a list like Nvidia's menu for selecting drivers.
The user will select from a list the state and he will get the counties for that state.
How do I code the states? I believe the best way is to make an array. How do i do that?
The second menu, the one with the counties should come from a MySQL database table.
So, if a user selects FLORIDA from the menu that feeds off the array list he will get a second list (or dropdown menu) with ORANGE, SEMINOLE, ...
The list for those counties are inside a table called COUNTIES in a database called REGISTRATION.
How can I do this? I've been looking for a comprehensive tutorial and found none :(
The user will select from a list the state and he will get the counties for that state.
How do I code the states? I believe the best way is to make an array. How do i do that?
The second menu, the one with the counties should come from a MySQL database table.
So, if a user selects FLORIDA from the menu that feeds off the array list he will get a second list (or dropdown menu) with ORANGE, SEMINOLE, ...
The list for those counties are inside a table called COUNTIES in a database called REGISTRATION.
How can I do this? I've been looking for a comprehensive tutorial and found none :(
Comment