Hey guys,
I'm looking to create a search feature for a small PHP driven website. I wanted to know if you could implement a Google-esque 'dropdown' menu where if you type a letter, it populates the list of possible searches starting with that character.
For instance, if someone type 'a', I want the search feature to update the query for only results starting with 'a'.
I don't know if it's possible with PHP, but I am 100% certain it is with ASP. Does anyone have any examples to point me towards? Also, what is that name of such a script?
I'm looking to create a search feature for a small PHP driven website. I wanted to know if you could implement a Google-esque 'dropdown' menu where if you type a letter, it populates the list of possible searches starting with that character.
For instance, if someone type 'a', I want the search feature to update the query for only results starting with 'a'.
I don't know if it's possible with PHP, but I am 100% certain it is with ASP. Does anyone have any examples to point me towards? Also, what is that name of such a script?



