I have a complicated question.
Do you know how when you type a url in most browsers, it recalls your recent inputs, and guesses the full phrase based on that input? (i.e. I type in "hot" and it might bring up "hotmail.com/")
Is there a way to do this in a field that draws from a list of possible inputs using PHP? If I have a list of 4,000 names, I'd like to be able to type in "Ada" in a field and come up with "Adam Adamson" instantly.
Do you know how when you type a url in most browsers, it recalls your recent inputs, and guesses the full phrase based on that input? (i.e. I type in "hot" and it might bring up "hotmail.com/")
Is there a way to do this in a field that draws from a list of possible inputs using PHP? If I have a list of 4,000 names, I'd like to be able to type in "Ada" in a field and come up with "Adam Adamson" instantly.
