mo Posted May 22, 2007 Share Posted May 22, 2007 Hello all, I wrote a function to pull country values from my MySQL database into my forms country drop down list. This works great. However, I want to also pull region/state data for my form's region drop down list whenever a country is selected/changed in the country form field. I know I can do this with javascript but I want to do it with PHP only. Can I do like a onclick command on the country field and have it resubmit the query that populated the region field? I think this is possibe but not sure how to do it. Any help is appreciated. Quote Link to comment https://forums.phpfreaks.com/topic/52552-dynamic-associated-drop-downs/ Share on other sites More sharing options...
mo Posted May 23, 2007 Author Share Posted May 23, 2007 No replies...??? Anyone? Quote Link to comment https://forums.phpfreaks.com/topic/52552-dynamic-associated-drop-downs/#findComment-259890 Share on other sites More sharing options...
taith Posted May 23, 2007 Share Posted May 23, 2007 you'd want to use ajax, for the onclick prolly... it'd be fastest and easiest way of doin that... Quote Link to comment https://forums.phpfreaks.com/topic/52552-dynamic-associated-drop-downs/#findComment-259898 Share on other sites More sharing options...
mo Posted May 23, 2007 Author Share Posted May 23, 2007 Wanted to do without Ajax but thanks for the reply taint. Quote Link to comment https://forums.phpfreaks.com/topic/52552-dynamic-associated-drop-downs/#findComment-260182 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.