hmsilveira Posted February 26, 2011 Share Posted February 26, 2011 Hi all, I'm using PHP and MS-SQL and i'm trying to make a search input text field. For example the user writes P in one country field and i need that appears a dropdown with the name of countries that start with P, for example, Portugal, Poland and so on. Then user can choose one of them. How can i do this? Thanks in advance and regards Hugo Link to comment https://forums.phpfreaks.com/topic/228903-search-on-typing/ Share on other sites More sharing options...
silkfire Posted February 26, 2011 Share Posted February 26, 2011 Search for jQuery Dropdown with Ajax or JSON on Google. Lots of plugins available. Link to comment https://forums.phpfreaks.com/topic/228903-search-on-typing/#findComment-1179944 Share on other sites More sharing options...
litebearer Posted February 26, 2011 Share Posted February 26, 2011 autocomplete - this may provide you some insight - http://docs.jquery.com/Plugins/Autocomplete/autocomplete Link to comment https://forums.phpfreaks.com/topic/228903-search-on-typing/#findComment-1179945 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.