acctman Posted October 18, 2011 Share Posted October 18, 2011 I'm not sure on how to do all of this, i've seen ajax / jquery autocomplete scripts but I want to query two different tables depending upon what is selected from a dropdown box. This is what I want to do. Country: US , Canada (dropdown selectbox) If user select US Then query search_us table for the autocomplete on ... City or Zip/Postal: [ ] (textbox) Else If Canada is selected Then query search_ca table for autocomplete on ... City or Zip/Postal: [ ] (textbox) Quote Link to comment https://forums.phpfreaks.com/topic/249352-dropdown-box-and-autocomplete/ Share on other sites More sharing options...
trq Posted October 19, 2011 Share Posted October 19, 2011 Post your code. Quote Link to comment https://forums.phpfreaks.com/topic/249352-dropdown-box-and-autocomplete/#findComment-1280475 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.