I am also looking for a dropdown combo where the contents comes from a database. The challenge is that when I type the first 3 letters inside the combo, it filters the contents to those starting in that first 3 letters. e.g. contents of combo: april may june july apricot aprentice august sept apron .... If i type in the first 3 letters, say apr, the combo list becomes or dynamically filters like: aprentice apricot april apron If this is possible in a web context using php or ajax? thanks alot guys and more power!
I found a site for my problem, but its for .NET anybody knows how to implement this in php? the site is http://easylistbox.com/demoComboAjax.aspx