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) 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. Link to comment https://forums.phpfreaks.com/topic/249352-dropdown-box-and-autocomplete/#findComment-1280475 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.