I am working on a web site (the web site is for persons to request an insurance quote) where visitors can choose a state then choose a county within that state.
What I am trying to do is install a drop-down menu (or something similar) for the state. Once the visitor chooses the state a list of the counties within that state automatically fill an array in another drop-down menu (without the visitor having to click a "Submit" button) on the same page.
I've seen web pages like that but have never had an occasion to figure out how they work.
I'm trying to figure out how to put all of this on one page - instead of having to design a separate page for each of the fifty states.
My question is: Can I do the above using PHP - or must I use something like JavaScript?
I would appreciate any assistance.
Thank you in advance.
Volitics