wiegs Posted March 28, 2006 Share Posted March 28, 2006 I have just started to learn php and could use a little help. I have to list boxes. One that contains counties and the other contains cities. When the user selects a particular county, I want all cities in that county to show in the list box. The data on my table looks like this. mycounty(J0) mycity1(J0) mycity2(J0)mycounty2(J1) mycitys(J1)you can see that there is a key at the end of the string that can tie them together. I am guessing I will need to create an array with the county and city. Is that the best way. hope this makes sense. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/6044-helpbuilding-dynamic-list-boxes/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.