Dropdown Combo

Discussion in 'PHP' started by jigen, Jun 15, 2006.

  1. #1
    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!
     
    jigen, Jun 15, 2006 IP
  2. jigen

    jigen Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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
     
    jigen, Jun 16, 2006 IP